Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. reeseatwsu

    LDAP query

    I want to query my Active Directory and find ALL attributes for a user. I have my attributes="*" but when I do this, I do not know how to display the results? Can anyone help me? Instead of doing just a <cfoutput #dn# </cfoutput>...what do I need to put. My code is below: <cfldap name="rs"...
  2. reeseatwsu

    Enabling SSL (LDAPS)

    Does anyone know how to connect to Active Directory using SSL? I want to use LDAPS so that I can change Active Directory passwords, but I do not know how to set up the environment. If I try to bind to a connection using LDAPS, the error that comes back says, "Can't connect to LDAP Server". Does...
  3. reeseatwsu

    Change password w/ LDAP

    Does anyone know how to change a user password using LDAP and Active Directory? I am working on a user setup application and need to be able to do this. Thank you in advance!
  4. reeseatwsu

    Add user to a group with LDAP

    I am creating a User Administration program using PHP. Does anyone know how to add a user (in active directory) to a group? I have been trying to use the ldap_modify command, but I do not know if I am on the right path. Any help would be GREATLY appreciated. Thanks

Part and Inventory Search

Back
Top