Bonsoir a tous ,
je tente cette commande smbldap-populate et ca me donne ca
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Populating LDAP directory for domain doumbix.net (S-1-5-21-1896986767-3029841285-339924173)
(using builtin directory structure)
 
adding new entry: dc=doumbix,dc=net
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 498, <GEN1> line 7.
adding new entry: ou=Users,dc=doumbix,dc=net
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 498, <GEN1> line 12.
adding new entry: ou=Groups,dc=doumbix,dc=net
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 498, <GEN1> line 17.
adding new entry: ou=Machines,dc=doumbix,dc=net
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 498, <GEN1> line 22.
adding new entry: ou=Idmap,dc=doumbix,dc=net
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 498, <GEN1> line 27.
adding new entry: uid=root,ou=Users,dc=doumbix,dc=net
failed to add entry: objectClass: value #4 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 55.
adding new entry: uid=nobody,ou=Users,dc=doumbix,dc=net
failed to add entry: objectClass: value #4 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 83.
adding new entry: cn=Domain Admins,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 95.
adding new entry: cn=Domain Users,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 106.
adding new entry: cn=Domain Guests,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 117.
adding new entry: cn=Domain Computers,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 128.
adding new entry: cn=Administrators,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 173.
adding new entry: cn=Account Operators,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 195.
adding new entry: cn=Print Operators,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 206.
adding new entry: cn=Backup Operators,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 217.
adding new entry: cn=Replicators,ou=Groups,dc=doumbix,dc=net
failed to add entry: objectClass: value #2 invalid per syntax at /usr/sbin/smbldap-populate line 498, <GEN1> line 228.
adding new entry: sambaDomainName=doumbix.net,dc=doumbix,dc=net
failed to add entry: invalid DN at /usr/sbin/smbldap-populate line 498, <GEN1> line 236.
 
Please provide a password for the domain root: 
No such object at /usr/share/perl5/smbldap_tools.pm line 406.
Mon smb.conf
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[global]
        dos charset = 850
        unix charset = iso-8859-15
        display charset = iso-8859-15
        workgroup = doumbix.net
        netbios name = doumbix
        server string = Server de fichiers
        passdb backend = ldapsam:ldap://127.0.0.1/
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 
add user script = /usr/sbin/smbldap-useradd -m "%u"
        delete user script = /usr/sbin/smbldap-userdel "%u"
        add group script = /usr/sbin/smbldap-groupadd -p "%g"
        add user to group script = /usr/sbin/smbldap-groupmod -m "%u" "%g"
        delete user from group script = /usr/sbin/smbldap-groupmod -x "%u" "%g"
        set primary group script = /usr/sbin/smbldap-usermod -g "%g" "%u"
        add machine script = /usr/sbin/smbldap-useradd -w "%u"
        logon path = \\%L\profiles\%U
        logon drive = P:
        logon home = \\%L\%U
        domain logons = Yes
        os level = 40
        domain master = Yes
        dns proxy = No
        wins support = Yes
        ldap admin dn = cn=admin,dc=doumbix,dc=net
        ldap delete dn = Yes
        ldap group suffix = ou=Groups
        ldap machine suffix = ou=Machines
 
logon home = \\%L\%U
        domain logons = Yes
        os level = 40
        domain master = Yes
        dns proxy = No
        wins support = Yes
        ldap admin dn = cn=admin,dc=doumbix,dc=net
        ldap delete dn = Yes
        ldap group suffix = ou=Groups
        ldap machine suffix = ou=Machines
        ldap passwd sync = yes
        ldap suffix = dc=infoplus,dc=tg
        ldap user suffix = ou=Users
        winbind use default domain = Yes
        case sensitive = No
        hide files = /desktop.ini/ntuser.ini/NTUSER.*/
        msdfs root = Yes
[netlogon]
        path = /home/doumbix/netlogon
        write list = Administrateur
        browseable = No
 
[profiles]
        path = /home/doumbix/profiles
        read only = No
        create mask = 0700
        directory mask = 0700
        profile acls = Yes
        browseable = No
 
[homes]
        comment = Repertoire Personnel
        read only = No
        browseable = No
[printers]
        comment = All Printers
        path = /var/spool/samba
        create mask = 0700
        printable = Yes
        browseable = No
 
[print$]
        comment = Printer Drivers
        path = /var/lib/samba/printers
Merci pour toute aide