Displaying 4 results from an estimated 4 matches for "admindn".
Did you mean:
admind
2005 May 31
0
Access denied error when trying to join XP to Samba Domain
...nded as to why this is happening. Please find my script below.
Any insight would be appreciated.
#!/usr/bin/perl
#
# ldap-adduser.pl - Script to add users to an OpenLDAP backend
#
# takes one argument -u
use Getopt::Long;
$HOST = "127.0.0.1";
$BASEDN = "dc=dcscorp,dc=net";
$ADMINDN = "cn=admin,$BASEDN";
$ADMINPASS = 'xxxxxxxx';
$USERDN = "ou=People";
$GROUPDN = "ou=Groups";
$COMPUTERDN = "ou=Computers";
$LDAPADD = "/usr/bin/ldapadd";
$LDAPDELETE = "/usr/bin/ldapdelete";
$LDAPMODIFY = "/usr/bin/ldapmodify...
2005 Nov 16
4
Promoting Samba BDC to PDC
Hi All,
Has any one got an idea of how to make clients automatically
find the BDC when the PDC is stopped. Both PDC and BDC are running by
Samba authenticating again a LDAPSAM backend replicated on both the PDC
with master LDAP database and BDC with replicated LDAP database. But
when I stop PDC the clients are not detecting the BDC broadcast. I can
see that the replication is of
2004 Aug 19
0
FW: LDAP Idmap
...Of Manfred Odenstein
Sent: Monday, August 09, 2004 2:59 AM
To: samba@lists.samba.org
Subject: Re: [Samba] LDAP Idmap
Hi,
at least you have to specify:
idmap backend = ldap:ldap://<host>
idmap uid = 10000-20000
idmap gid = 10000-20000
ldap idmap suffix = <suffix>
ldap admin dn = <admindn>
ldap suffix = <suffix>
you don't have to change the nsswitch if winbind is already in there
regards
odi
Am Freitag, 6. August 2004 13:51 schrieb Shannon Johnson:
> Thanks for the quick response... but I've already been there.
>
> As I said, I'm NOT looking for an...
2003 Oct 16
1
samba 3.0 problems with word files and possible other msoffice files
...spin time = 10
oplock break wait time = 0
ldap suffix = O=company
ldap machine suffix = O=company
ldap user suffix = O=company
ldap group suffix = O=company
ldap idmap suffix = O=company
ldap filter = (uid=%u)
ldap admin dn = "cn=admindn,ou=accounts,o=company"
ldap ssl = no
ldap passwd sync = no
ldap delete dn = No
add share command =
change share command =
delete share command =
config file =
preload =
lock directory = /var/cache/samba
pid directo...