Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pcap viewer: Access denied #17

Open
ccarv opened this issue Dec 3, 2014 · 7 comments
Open

Pcap viewer: Access denied #17

ccarv opened this issue Dec 3, 2014 · 7 comments

Comments

@ccarv
Copy link

ccarv commented Dec 3, 2014

After logging into the dashboard, the Pcap viewer panel is saying "Access denied". I've followed the instructions for setting up the UI and can't figure out why I am receiving this.

Thanks in advance

@ap305
Copy link

ap305 commented Dec 4, 2014

How do you login the dashboard. Why the UI in opensoc/login show me "Invalid username/password"?
Can you tell me the account, Thanks!

@tpiscitell
Copy link
Collaborator

There are two default accounts in the development LDAP environment. They are joesmith@opensoc.dev and maryfodder@opensoc.dev. Both have a default password of opensoc. Access to the PCAP dashboard is based on having the pcap permission assigned. By default only marryfodder@opensoc.dev has this permission. See the README for how to set permissions to AD groups in config.json. You can see the development LDAP schema in seed/ldap/content.ldif

@ghost
Copy link

ghost commented Dec 10, 2014

@ap305 regarding your issue "Invalid username/password" we have same issue before we fixed by using below commands

OS = Ubuntu 14.04
Ldap Re-Configuration

sudo dpkg-reconfigure slapd

it will start configuration wizard , follow this link
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-a-basic-ldap-server-on-an-ubuntu-12-04-vps

after configuration goto opensoc seeds directory
in my case
/opt/opensoc-ui/seed/ldap

run the following command
sudo ldapadd -x -D cn=admin,dc=opensoc,dc=dev -W -f content.ldif

hope this will fix your problem.

@obaidskhan
Copy link

@tulipmind
Thanks mate.. it really help me in this regard....

@bulabula001
Copy link

Thanks , it is useful for my , i have also occured this issue.

@bulabula001
Copy link

it is help for me

@bulabula001
Copy link

pretty great, after i add the part of [ "auth": "true" ] in config path. i can see the login page message in pages, "http://192.168.10.124:5000/login" , and i try use the email and password base the help of "They are joesmith@opensoc.dev and maryfodder@opensoc.dev. Both have a default password of opensoc. Access to the PCAP dashboard is based on having the pcap permission assigned. By default only marryfodder@opensoc.dev has this permission. See the README for how to set permissions to AD groups in config.json. You can see the development LDAP schema in seed/ldap/content.ldif"
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants