LDAP attribute list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexander Mossin

    LDAP attribute list

    Hi. This is an ldap newbie question:

    I am writing some procedures that are accessing active directory. Most
    values I need are stored using standard attributes, but some are not.
    So, I'm trying to figure out some custom attributes from our active
    directory using PL/SQL and the DBMS_LDAP package.

    How can I display a complete list of the attributes in USER class?
    Either using pl/sql or AdsiEdit.

    Any help would be greatly appreciated.
  • Olaf Lenzmann

    #2
    Re: LDAP attribute list

    amossin@netcom. no (Alexander Mossin) wrote in message news:<ba668eb3. 0312090122.5901 0f1d@posting.go ogle.com>...
    Hi. This is an ldap newbie question:
    >
    I am writing some procedures that are accessing active directory. Most
    values I need are stored using standard attributes, but some are not.
    So, I'm trying to figure out some custom attributes from our active
    directory using PL/SQL and the DBMS_LDAP package.
    >
    How can I display a complete list of the attributes in USER class?
    Either using pl/sql or AdsiEdit.
    >
    Any help would be greatly appreciated.
    If you need to see the attribute list only at development time, use an
    LDAP browser to inspect your AD ( e.g.
    http://www.iit.edu/~gawojar/ldap/ )

    Olaf

    Comment

    Working...