Search found 4 matches

by Rubidze
25 May 2012, 09:09
Forum: Help
Topic: Limit customers to specific Active Directory group members
Replies: 3
Views: 3964

Re: Limit customers to specific Active Directory group membe

Hi NTSOLO!
Thanks a lot! Your solution worked for me too. Filter was something that I was looking for, but didn’t know how to filter by group membership in AD.
I noticed that this filter approach does not work with nested AD groups, but still a lot better than nothing.
by Rubidze
14 May 2012, 10:24
Forum: Help
Topic: Limit customers to specific Active Directory group members
Replies: 3
Views: 3964

Limit customers to specific Active Directory group members

Hi! I’m having problems filtering Active Directory users. Problem I have is similar to ones discussed here and here . Have read these posts and others, but still can’t get it to work. I have following Config.pm: $Self->{CustomerUser} = { Name => 'LDAP Data Source', Module => 'Kernel::System::Custome...
by Rubidze
25 Apr 2012, 13:35
Forum: Help
Topic: AD single sign on No $ENV{REMOTE_USER}
Replies: 4
Views: 7513

Re: AD single sign on No $ENV{REMOTE_USER}

Hi! I came across this thread while had similar symptoms as Jeff08. Tried settings that Jeff provided and then I had when starting services and nothing worked. I found that in Jeffs code there is a little mistake. After LDAP Params, there should be a closing tag ( }; ). Result should look like this:...