Hello,
I have configurated an user authentication against Active Directory on AIX.
In the ldap.cfg file I want to use a filter to select special users. I've set the following entry:
userbasedn: DC=local,OU=Users??(&(objectclass=user)(company=IT))
But the ldap Client cannot detect any user.
According to AIX Help the syntax is to use in that way.
I've tested the Filter by an LDAP Browser and there are positive results. So I think that the filter syntax isn't the problem.
Is there a parameter to set in ldap.cfg to use filters?
I've tested several variants of syntax but it doesn't run.
Does anyone use filters in that way?
Thanks in advance.
I have configurated an user authentication against Active Directory on AIX.
In the ldap.cfg file I want to use a filter to select special users. I've set the following entry:
userbasedn: DC=local,OU=Users??(&(objectclass=user)(company=IT))
But the ldap Client cannot detect any user.
According to AIX Help the syntax is to use in that way.
I've tested the Filter by an LDAP Browser and there are positive results. So I think that the filter syntax isn't the problem.
Is there a parameter to set in ldap.cfg to use filters?
I've tested several variants of syntax but it doesn't run.
Does anyone use filters in that way?
Thanks in advance.