Hello J. Am 2013-09-05 19:44, schrieb J.: > Hi, I just installed on Ubuntu with nginx and SOGo seems to be running > (the web page comes up), but I can't log in. I couldn't figure out how > to create an admin user under mysql and now with ldap, I'm getting an > error every time I try to create the admin user: > > [I change acme to my domain] > > #ldapadd -f sogo.ldif -x -w qwerty -D cn=Manager,dc=acme,dc=com > > ldap_bind: Invalid credentials (49) >
You definitely should enclose your dn into quotes. Else the shell used will execute those equal signs ;-) # ldapadd -f sogo.ldif -x -w qwerty -D "cn=Manager,dc=acme,dc=com" Kind regards, Christian Mack -- Christian Mack Gruppe Informationsdienste Rechenzentrum Universität Konstanz -- [email protected] https://inverse.ca/sogo/lists
