#1 2009-10-20 11:45:31

zamoth
New member
Registered: 2009-10-20
Posts: 1

LDAP Attribute

Tags: [ldap, schema]

Hello,

I'm using TOS 3.2.0
I have already create sucessfully a ldap schema, i can see the common attribut 'canonicalname' or 'cn' ...
but i can't see all LDAP attributes on the list such as 'mail' or 'sAMAccountName'

Any Idea ?
Thanks in advance
Best regards

Offline

#2 2009-10-20 16:28:36

jholman
Member
Registered: 2008-10-15
Posts: 126

Re: LDAP Attribute

SAMAccountName is specific to ActiveDirectory schemas. You need to find the correct query to send to the AD server. MSDN has lots of stuff. Something like:
"(&(objectClass=user)(sAMAccountName=*))"

Offline

Board footer

Powered by FluxBB