Displaying 2 results from an estimated 2 matches for "provtv".
2004 May 21
1
pdbedit + ldap doesn't work
I have to add new user to samba; I've just upgrade the system to 3.0.4
and smbldap-tools 3.0.4;
# smbldap-useradd pippo
# smblap-usershow pippo
n: uid=pippo,ou=People,o=PROVTV
objectClass: top,inetOrgPerson,posixAccount,shadowAccount
cn: pippo
sn: pippo
uid: pippo
uidNumber: 4000
gidNumber: 513
homeDirectory: /home//pippo
loginShell: /bin/bash
gecos: System User
description: System User
userPassword: {crypt}x
# pdbedit -a -u pippo
ldapsam_add_sam_account: Adding new use...
2004 May 19
2
SAMBA 3.0.4 + LDAP + usrmgr
...m_sam: Setting entry for user: ccc
slapd[26365]: => bdb_dn2id_add: put failed: DB_KEYEXIST: Key/data pair
already exists -30996
smbd[18795]: [2004/05/19 12:11:01, 1] passdb/pdb_ldap.c:
ldapsam_modify_entry(1312)
smbd[18795]: ldapsam_modify_entry: Failed add user dn= uid=xxxxxx,
ou=People,o=PROVTV with: Already exists
smbd[18795]: ldapsam_add_sam_account: failed to modify/add user with
uid = ccc (dn = uid=ccc,ou=People,o=PROVTV)
smbd[18795]: could not add user/computer ccc to passdb. Check
permissions?
The user has never been add before.
Whent I've tried adding a new group the...