|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
||||
|
||||
|
__________________
Miscellaneous Software Viper_SB Developershed E-Support Anyone else play chess? Challenge me |
|
#17
|
|||
|
|||
|
Just wanted to let you know that the articles in the first post about LDAP and PHP and LDAP from the DevShed forums are dead.
Also, a great and free win32 based product to query ldap directories is: http://www.ldapbrowser.com/download/index.php |
|
#18
|
||||
|
||||
|
Thanks, I updated the link to instead search IGREP
IGREP list of LDAP Articles |
|
#19
|
||||
|
||||
|
LDAP browsing utility, this is made by Microsoft.
LDP Docs You can get ALL the support tools here or just the ldp.zip from the attachment on this post. (it contains the single ldp.exe within it) Another non MS tutorial on ldp.exe http://www.computerperformance.co.u...ilities/ldp.htm |
|
#20
|
||||
|
||||
|
LDAP test server (and coldfusion tips)
Straight from Peter Freitag's blog
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
|
#21
|
||||
|
||||
|
I was published in two magazines for my work with LDAP and PHP. (PHPArchitect) and International PHP Magazine. Check out the articles and scripts and all the goodies (Here)
Articles Cover: Connecting to Delete users Add users Add special privilege users Add Groups Delete Groups Edit Groups Edit Distribution Lists Edit Users Hope this helps, Chad
__________________
Get A Supplier LLC | Hilarious Comic --- Pretty much retired from the forum. I will get back on every now and then, and maybe answer a few questions. |
|
#22
|
|||
|
|||
|
Hi!
I also found something related to this: http://msdn2.microsoft.com/en-us/library/ms675090(VS.85).aspx Hope it's useful |
|
#23
|
||||
|
||||
|
|
|
#24
|
|||
|
|||
|
All things about LDAP -> DEV SHEDS LDAP FORUM
![]() |
|
#25
|
|||
|
|||
|
The directory service is not available
Hi
I have a problem with LDAP, I use apache directory server and I would add a new user .... use Visual Studio and the code is: public static void prova(string FullName) { DirectoryEntry container; DirectoryEntries ChildEntry; container = new DirectoryEntry("LDAP://localhost:10389/cn=user1,ou=users,ou=system", "admin", "secret"); try { ChildEntry = container.Children; DirectoryEntry NewEntry = ChildEntry.Add("cn=" + FullName, "user"); NewEntry.CommitChanges(); NewEntry.Close(); } catch (Exception ex) { throw new Exception("Error " + ex.Message); } } The problem is that I have this type of error:The directory service is not available somebody could help me? |
![]() |
| Viewing: Dev Shed Forums > Databases > LDAP Programming > LDAP resources. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|