dn: uid=pablo,ou=users,dc=openanzo,dc=org
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: top
cn: Pablo
description: Default
sn: Pablo
uid: pablo
userpassword: 345
and add that user to the users group:
dn: cn=users,ou=groups,dc=openanzo,dc=org
description: Users
objectClass: groupOfNames
objectClass: top
member: uid=sysadmin,ou=users,dc=openanzo,dc=org
member: uid=default,ou=users,dc=openanzo,dc=org
member: uid=pablo,ou=users,dc=openanzo,dc=org
cn: users
On the next startup, the ldap server will load in this set of data, and
you will have the new users. The other way is to connect to the ldap
server using standard ldap tools, and add the user the standard ldap
way. The internal ldap server runs on port 10389, and I think you would
use user:sysadmin,ou=users,dc=openanzo,dc=org passwod:123.
Hope that helps.
Matt