At 11:41 PM 2002-09-03, Gary C. New wrote: >Below is my SASL sample client/server test, which was >successful. ># ./client -s ldap localhost >username="root@localhost",realm="mail" >successful authentication >closing connection So, you might try: ldapadd -Y DIGEST-MD5 -U root@localhost -R mail ...