Skip to content

Instantly share code, notes, and snippets.

@tgpfeiffer
tgpfeiffer / gist:3014487
Created June 28, 2012 22:49
Creating an LDAP user using Scala/Lift and LDAPProtoUser
/*
* This code shows in a prototypical manner how to create a user
* in an LDAP directory using the code from the lift-ldap package,
* including salted SHA1 (SSHA) passwords.
*
* The Java code from
* http://stackoverflow.com/questions/8176001/trouble-creating-active-directory-users-with-java
* was used as a template, kudos!
*/