1 Jun 2012 11:20
Re: ldap filter question
John Beranek - MRBS Developer <jberanek <at> users.sourceforge.net>
2012-06-01 09:20:01 GMT
2012-06-01 09:20:01 GMT
On 30/05/12 22:36, Goran Ivaz wrote: > Here is some more info... > > > $ldap_filter = "memberof=cn=Employee,ou=IDXGroupz,dc=xxx,dc=xxxxx,dc=com"; > $ldap_filter = "memberof=cn=Student,ou=IDXGroupz,dc=xxx,dc=xxxxx,dc=com"; Rather simpler than defining 2 LDAP configurations, understand the LDAP filter syntax, and get: $ldap_filter = "(|(memberof=cn=Employee,ou=IDXGroupz,dc=xxx,dc=xxxxx,dc=com)(memberof=cn=Student,ou=IDXGroupz,dc=xxx,dc=xxxxx,dc=com))"; John. -- -- John Beranek - MRBS Developer <http://mrbs.sourceforge.net/> To generalise is to be an idiot. -- William Blake ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mrbs-general mailing list mrbs-general <at> lists.sourceforge.net(Continue reading)
RSS Feed