Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
tLDAP_input does not give me the field "mail" from ldap-"persons" using autotection on "Edit Schema". I also see there are many other attributes missing which i can see for example in Apache Directory Studio.
What am I doing wrong?
I use the following filter:
" (&(objectclass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2))(!(objectclass=computer))(!(cn=1*))(!(cn=2*))(!(cn=3*))(!(cn=4*))(!(cn=5*))(!(cn=6*))(!(cn=7*))(!(cn=8*))(!(cn=9*))(!(cn=priv*)))"
Thankyou,
André
You should be using tLDAPAttributesInput to extract the attributes from your LDAP connection.
Something like this -