Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Reeseatwsu #1
CFLDAP - Active Directory Groups
I want to add/delete users to an Active Directory group using CFLDAP? Does anyone know how to do this?
Thank you very much!
Reeseatwsu Guest
-
using CFLDAP to set passwords in Active Directory
Hi Im using CFLDAP to create users in an active directory. This is working fine however im creating accounts with blank passwords. When i try... -
Change Active Directory Password via CFLDAP - HELP!!
Hello all! Has anyone successfully made CFLDAP change an Active Directory user password? I've been hitting the wall for the past week, searched... -
Use CFLDAP to Add user onto Active Directory
How do you change a password? What I found out so far was that the password must be: - enclosed in quotes - converted to unicode then base64 -... -
CFLDAP and Active Directory
:frown; I'm attempting to write an application in CF which reads a SQL database and then verifies that the information in a MS Exchange address... -
using OpenQuery to get GROUPS in Active Directory
Can any body advice on how to use OpenQuery to get GROUPS from Active Directory? Any samples are welcomed? *** Sent via Developersdex... -
Michael #2
Re: CFLDAP - Active Directory Groups
It's been a while since this issue has popped up, but I think you must rebuild
the group completely each time. Basically, if you have 10 members and want to
remove one member, you must rebuild the group with the 9 remaining members.
You will need their DNs to do this.
You also get into the issue of needing to specify either the SEPARATOR or
DELIMITER attribute in CFLDAP. I forget which. AD expects a comma-separated
list of members. However, your DNs contain commas as well. Therefore, you
must specify another character, such as the pipe "|" to separate, or delimit,
each DN.
If you have the software and knowledge, I would suggest creating a COM object,
using VB6+, and let CF use that object. VB COMs handle AD tasks much more
gracefully than CF's LDAP support.
Michael Guest



Reply With Quote

