Displaying 6 results from an estimated 6 matches for "ldif2ldap".
2006 Mar 23
1
Problem creating Samba Admin account
...ble to help me.
I've created a file with contents:
Administrator:x:0:0:Samba Admin:/root:/bin/bash
I then ran:
/usr/share/openldap/migration/migrate_passwd.pl /tmp/sambaAdmin >
/tmp/sambaAdmin.ldif
but when I get to converting the ldif to ldap via:
/opt/fedora-ds/slapd-<server>/ldif2ldap "cn=Directory manager"
password /tmp/sambaAdmin.ldif
I get the following error:
adding new entry uid=Administrator,ou=People,dc=forayadams,dc=foray,dc=com
ldap_add: Object class violation
ldap_add: additional info: unknown object class "kerberosSecurityObject"
As far as I kn...
2011 Apr 28
1
Samba with 389 Directory Server Auth problem
...ixIDPool"
I double checked /opt/fedora-ds/slapd-<server>/config/schema/61samba.ldif
created in the initial setup steps and was unable to find a sambaUnixIDPool
objectclass, but did see a sambaUnixIdPool. However, after I edited
/tmp/sambaDomainName.ldif to reflect this objectclass name, ldif2ldap still
complains about an 'unknown object class'.
Any idea of what might be happening here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110428/6d2a030e/attachment-0005.html>
2007 Nov 29
0
(no subject)
...if:
dn: sambaDomainName=SHEA,dc=com
objectclass: sambaDomain
objectclass: sambaUnixIdPool
objectclass: top
sambaDomainName: SHEA
sambaSID: S-1-5-21-578281780-2648695933-2708965967
uidNumber: 550
gidNumber: 550
the end result:
[root@daneshea ~]# /opt/fedora-ds/slapd-daneshea/ldif2ldap "cn=Directory
manager" password /tmp/sambaDomainName.ldif
ldap_simple_bind: Can't connect to the LDAP server - Invalid argument
[root@daneshea ~]#
I think that my smb.conf is configured correctly but I wouldn't really know,
as you can see I have 5 different users that...
2007 Nov 29
0
Configuring Samba for Fedora Directory Server
...if:
dn: sambaDomainName=SHEA,dc=com
objectclass: sambaDomain
objectclass: sambaUnixIdPool
objectclass: top
sambaDomainName: SHEA
sambaSID: S-1-5-21-578281780-2648695933-2708965967
uidNumber: 550
gidNumber: 550
the end result:
[root@daneshea ~]# /opt/fedora-ds/slapd-daneshea/ldif2ldap "cn=Directory
manager" password /tmp/sambaDomainName.ldif
ldap_simple_bind: Can't connect to the LDAP server - Invalid argument
[root@daneshea ~]#
I think that my smb.conf is configured correctly but I wouldn't really know,
as you can see I have 5 different users that...
2007 Nov 28
0
ldap_simple_bind: Can't connect to the LDAP server - Invalid argument
...y sambaDomainName.ldif:
dn: sambaDomainName=SHEA,dc=com
objectclass: sambaDomain
objectclass: sambaUnixIdPool
objectclass: top
sambaDomainName: SHEA
sambaSID: S-1-5-21-578281780-2648695933-2708965967
uidNumber: 550
gidNumber: 550
the end result:
[root@daneshea ~]# /opt/fedora-ds/slapd-daneshea/ldif2ldap "cn=Directory manager" password /tmp/sambaDomainName.ldif
ldap_simple_bind: Can't connect to the LDAP server - Invalid argument
[root@daneshea ~]#
I think that my smb.conf is configured correctly but I wouldn't really know, as you can see I have 5 different users that I want t...
2009 Mar 04
0
Can anyone comment on my setup?
...========================================================
8. Import Samba Domain, Groups and Samba Admin account into Directory server
8.1 Copy three .ldif files to /root/Desktop:
sambaDomain.ldif
sambaGroups.ldif
sambaAdmin.ldif
8.2 Import sambaDomain.ldif to FDS
/usr/lib/dirsrv/slapd-centserver/ldif2ldap "cn=Directory manager"
ldapadminpassword /root/Desktop/sambaDomain.ldif
8.3 Import sambaGroups.ldif to FDS
/usr/lib/dirsrv/slapd-centserver/ldif2ldap "cn=Directory manager"
ldapadminpassword /root/Desktop/sambaGroups.ldif
8.4 Import sambaAdmin.ldif to FDS
/usr/lib/dirsrv/sla...