Displaying 4 results from an estimated 4 matches for "ldap_admin_password".
2009 Oct 15
4
using ldap only idmap
...b.conf is here: http://wiki.clueless.com.ar/SambaLdap/smb.conf-PDC
I created the LDAP tree root (o=midominio) and all its branches
(ou=people; ou=groups; ou= hosts and ou=idmap).
I ran "net sam provision" to fill in the basic values.
I stored the secrets in secrets.tdb:
# smbpasswd -w ldap_admin_password
# net idmap secret midominio ldap_admin_password
# net idmap secret alloc ldap_admin_password
I was able to join a samba server to the domain (net rpc join -S
miserver -UAdministrator).
However, when I try to join an XP host to the domain, I get an error
(IIRC it's "An attached device...
2009 Oct 07
1
problem with smbd
Hello
I try intregate LDAP more SAMBA , when I start the process smbd -D show the
message follow
[2009/10/07 14:58:12, 0] lib/smbldap.c:smbldap_connect_system(942)
ldap_connect_system: Failed to retrieve password from secrets.tdb
[2009/10/07 14:58:12, 0] smbd/server.c:main(1057)
ERROR: failed to setup guest info.
Somebody can explain the message , I don?t understand this message.
Thanks
2010 Mar 14
2
Samba/Unix password sync with LDAP backend
I have been using Samba+Linux+openLDAP. The password synchronization
between the Samba and Unix accounts works well with the use of the "ldap
passwd sync" parameter in smb.conf.
Now I am in the process of installing my first server using CentOS/Red
Hat/389 Directory Server and this does not work in the same way. It
seems that some additional software must be installed in each
2004 Jan 29
0
Creation of Domain- and PDC-SID in samba
...> * Date: Sun, 28 Dec 2003 15:28:33 -0800
> 1. You must configure LDAP correctly to start off, have a clean Samba
> install (never started - ie: no tdb files and no secrets.tdb file).
Done.
> 2. You must edit smbldap_conf.pm and smb.conf correctly, then do:
> smbpasswd -w 'LDAP_admin_password'
> Note: Have "domain master = No"
Done (see att. smb.conf)
# /usr/local/sbin/smbldap-populate
Using builtin directory structure
adding new entry: dc=ub,dc=unibas,dc=ch
adding new entry: ou=Domain Users,dc=ub,dc=unibas,dc=ch
adding new entry: ou=Groups,dc=ub,dc=unibas,dc=ch
adding...