Displaying 7 results from an estimated 7 matches for "ldif_record".
2002 May 09
1
Error when running smbldap-useradd.pl -a
...p Samba as a PDC with a LDAP
backend.
It says, to add a user, one should do:
smbldap-useradd.pl -a -m -g 900 administrator
This gives me the following error message:
ldap_modify: Object class violation
additional info: object class 'sambaAccount' requires attribute 'rid'
ldif_record() = 65
/usr/local/sbin/smbldap-useradd.pl: error while adding samba account to posix user administrator
Alexander Skwar
--
How to quote: http://learn.to/quote (german) http://quote.6x.to (english)
Homepage: http://www.iso-top.de | Jabber: askwar@a-message.de
iso-top.de - Die g?nstige...
2006 Aug 24
1
[OT] ldapmodify options for changing AD attributes
...dap_init( w2k3_domain, 0 )
Enter LDAP Password:
replace pwdLastSet:
127969313462031250
modifying entry "CN=Gianluca Cecchi,CN=Users,DC=companymail,DC=local"
ldap_modify: Unknown error
additional info: 00000057: SysErr: DSID-031A0FB6, problem 22
(Invalid argument), data 0
ldif_record() = 80
perhaps anyone with experience in ldap for samba can help?
Do I have to specify also the format of the value in some way?
Thanks in advance for your help.
Gianluca
2002 Sep 03
1
samba/ldap
hello,
I 'm trying to configure samba to have all account users in ldap.
i compiled it with ldapsam support, OK
i have copied samba.schema under /etc/ldap/schema, OK
i added the objetclass sambaaccount in all the users's dn in ldap db, OK
I have defined the ldap configuration under smb.conf, OK
I have defined a PDC, the samba one.
but when i tried to connect from a windows client, it
2002 Nov 13
0
Samba 3.0a20 lldap error: attribute rid not allowed
...ser (example):
smbldap-useradd.pl -a -m -g 200 administrator -W
After entering the ldap password, the posix account is
created, but when the account is modified to add the
samba information, I get the error:
ldap_modify: object class violation
additional info: attribute 'rid' not allowed
ldif_record() = 65
Any help would be appreciated!
__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2
2005 Jan 13
3
Samba3 by example problems
...ldif with the required ou for
idmap but when I tried to run
ldapadd -x -D "cn=Manager,dc=rossmould,dc=biz" -w not24get
< /etc/openldap/idmap.LDIF
(All one line!)
I got back
ldap_add: Constraint violation
additional info: structuralObjectClass: no user modification allowed
ldif_record() = 19
I'm rather new to ldap and other than playing around with some basic settings
and adding and changing records with ldapadd and ldapmodify and ldif files
and then searching the database I've not done anything else.
I could go and set slapd to debug but I'd hate to reinvent th...
2004 Jun 10
4
And the LDIF thing
...d:
dn: ou=Idmap,dc=softeng,dc=com
objectClass: organizationalUnit
ou: idmap
structuralObjectClass: organizationalUnit
and it gives:
adding new entry "ou=Idmap,dc=softeng,dc=com"
ldap_add: Constraint violation
additional info: structuralObjectClass: no user modification allowed
ldif_record() = 19
Just seems so complicated just to sync the UID and GID maps across unix systems. :(... Why can't I just use some NFS share and a database????
JMS
2003 Jun 04
2
Samba LDAP Primary Domain Controller
...-x -D "cn=root,dc=mylan,dc=net" -W -f ComputersOU.ldif
Enter LDAP Password:( i entered the password secret here)
then after this it gives output like this
adding new entry "ou=Computers,dc=mylan,dc=net"
ldap_add: No such object
additional info: parent does not exist
ldif_record() = 32
Could anyone please tell me where i have gone wrong??
with Best Regards
YS
-------------- next part --------------
# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.6 2001/04/20 23:32:43 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT...