>
> If you show linked user groups and hit refresh, do you get any users?
>
>
Should I be seeing that list?
What are the possible reasons for Foreman not able to get a netgroup user
list? I'm able to authenticate my LDAP users and I also added an external
usergroup/netgroup and added an "admin" right to that group, however the
users that belong to netgroup never get an admin rights even though their
account is created just fine.
How do I see what is really returned by my LDAP to Foreman? For example,
here's the debug log:
2015-08-27 17:04:56 [ldap] [D] op bind (2.5ms) [ result=success ]
2015-08-27 17:04:56 [ldap] [D] op search (5.4ms) [ filter=, base= ]
2015-08-27 17:04:56 [ldap] [D] op search (4.4ms) [
filter=(uid=korekhov), base=dc=example,dc=com ]
2015-08-27 17:04:56 [ldap] [D] valid_user? (12.9ms) [ user=korekhov ]
2015-08-27 17:04:56 [ldap] [D] op search (3.9ms) [
filter=(uid=korekhov), base=dc=example,dc=com ]
2015-08-27 17:04:56 [ldap] [D] find_user (4.1ms) [ user=korekhov ]
2015-08-27 17:04:56 [ldap] [D] op bind (22.9ms) [ result=success ]
2015-08-27 17:04:56 [ldap] [D] op search (3.8ms) [
filter=(uid=korekhov), base=dc=example,dc=com ]
2015-08-27 17:04:56 [ldap] [D] op bind (19.2ms) [ result=success ]
2015-08-27 17:04:56 [ldap] [D] authenticate (46.5ms) [ user=korekhov ]
2015-08-27 17:04:56 [ldap] [D] op bind (2.1ms) [ result=success ]
2015-08-27 17:04:56 [ldap] [D] op search (5.2ms) [ filter=, base= ]
2015-08-27 17:04:56 [ldap] [D] op search (2.7ms) [
filter=(memberuid=korekhov), base=dc=example,dc=com ]
2015-08-27 17:04:56 [ldap] [D] group_list (10.6ms) [ user=korekhov ]
Should I see a list of netgroups my user belongs to here?
Or here - should I see a list of the users belonging to my netgroup below?
2015-08-27 16:30:34 [ldap] [D] op bind (3.5ms) [ result=success ]
2015-08-27 16:30:35 [ldap] [D] op search (4.4ms) [ filter=, base= ]
2015-08-27 16:30:35 [ldap] [D] op search (3.9ms) [
filter=(cn=administrators), base=ou=People,dc=example,dc=com ]
2015-08-27 16:30:35 [ldap] [D] user_list (12.6ms) [ group=administrators
]
Just trying to figure out my next steps… If I should see a list of user,
obviously my DNs (I don't have any filters at this point) are still wrong
(I've tried a tons of different combinations as of this point)…
Any pointers are appreciated!
Thanks!