search for: computersdn

Displaying 20 results from an estimated 74 matches for "computersdn".

2003 Dec 18
2
It would seem to be simple but it's got me scratching my head
...9;t add the groups but it adds the users. section from smbldap_conf.pm # Where are stored Users # Ex: $usersdn = "ou=Users,$suffix"; for ou=Users,dc=IDEALX,dc=ORG #$usersou = q(Users); $usersou = q(People); $usersdn = "ou=$usersou,$suffix"; # Where are stored Computers # Ex: $computersdn = "ou=Computers,$suffix"; for ou=Computers,dc=IDEALX,dc=ORG $computersou = q(Computers); $computersdn = "ou=$computersou,$suffix"; # Where are stored Groups # Ex $groupsdn = "ou=Groups,$suffix"; for ou=Groups,dc=IDEALX,dc=ORG $groupsou = q(Groups); $groupsdn = "o...
2004 Sep 22
1
Protocol negotation failed
...SA @EXPORT @EXPORT_OK %EXPORT_TAGS $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $slavePort $masterPort $ldapSSL $slaveURI $masterURI $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapmodify $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_defaultComputerGid $_skeletonDir $_user...
2004 Dec 09
0
Following Samba 3 by example and getting errors.
...9;t connect. However, when I run net getlocalsid do get the SID. The 2th error was in the smbldap conf.pm script. I made the following change to correct a Faillior that I got adding this item to the ldap directory; In the line $computersou = q(People); in: # Where are stored Computers # Ex: $computersdn = "ou=Computers,$suffix"; ... $computersou = q(People); $computersdn = "ou=$computersou,$suffix"; I have made the following change $computersou = q(Computers); : # Where are stored Computers # Ex: $computersdn = "ou=Computers,$suffix"; ... $computersou = q(Computer...
2002 Sep 08
2
sambaldap tools
...for all smbldap-tools scripts use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapsearch $ldapsearchnobind $ldapmodify $ldappasswd $ldapadd $ldapdelete $ldapmodrdn $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_userScript $usersou $computersou $groupsou ); use Exporter; $VERSION = 1.00; @IS...
2005 Mar 08
1
samba ldap bind problems.
...LDAP Suffix # Ex: $suffix = "dc=IDEALX,dc=ORG"; $suffix = "dc=sage,dc=ato"; # Where are stored Users # Ex: $usersdn = "ou=Users,$suffix"; for ou=Users,dc=IDEALX,dc=ORG $usersou = q(USERS); $usersdn = "ou=people,$suffix"; # Where are stored Computers # Ex: $computersdn = "ou=Computers,$suffix"; for ou=Computers,dc=IDEALX,dc=ORG $computersou = q(COMPUTERS); $computersdn = "ou=computers,ou=services,$suffix"; # Where are stored Groups # Ex $groupsdn = "ou=Groups,$suffix"; for ou=Groups,dc=IDEALX,dc=ORG $groupsou = q(GROUPS); $groupsdn...
2004 Sep 17
3
Cannot join SAMBA domain from XP/2K
Hi List. I've got SAMBA 3.0.7 with LDAP passwd backend (OpenLDAP 2.2.15) on Solaris 9 box. When joining the domain I have permanent error "The user name could not be found". To add machine I use account "administrator" which is already exist in SAMBA/LDAP with uid=0 and proper password. I have "add machine script" directive in smb.conf file and I see that
2005 Mar 10
7
Why need to add a machine account to /etc/passwd first with Samba+LDAP
Hi, I am using Samba 3.0.10 PDC with LDAP as password DB. Before we use smbpasswd as passwd DB and every time I need to add a machine account into /etc/passwd so that the mahcine can join the domain. My understanding for LDAP is, this step is not needed any more since we will put all machine account into "ou=Computers". But I am proved to be wrong. Is this the way Samba works? I
2008 Jul 26
2
Samba + LDAP integration
...share modes = No smbldap.conf ************ sambaDomain="MYDOMAIN" slaveLDAP="127.0.0.1" slavePort="389" masterLDAP="127.0.0.1" masterPort="389" ldapTLS="0" suffix="dc=example,dc=org" usersdn="ou=people,${suffix}" computersdn="ou=machines,${suffix}" groupsdn="ou=groups,${suffix}" sambaUnixIdPooldn="sambaDomainName=MYDOMAIN,${suffix}" scope="one" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/home/%U" userHom...
2004 Aug 24
1
XP Can't Join Domain
...put them in ou=People and the problem was solved. > > --Dan > Daniel: I deleted the following options from the smb.conf #ldap user suffix = ou=People #ldap machine suffix = ou=Computers But I left the options set in my smbldap.conf. usersdn="ou=Users,dc=mydc,dc=com" computersdn="ou=Computers,dc=mydc,dc=com" I set my nss_ldap as such: nss_base_passwd dc=mydc,dc=com?sub nss_base_shadow dc=mydc,dc=com?sub --- The end result is some extra sub queries - which is ok for me. I also get the benefit of having the logical separation between the Users and Compute...
2009 Aug 05
2
problem with samba and ldap
hi, I have a problem with samba and ldap, when I add a machine in a domain, samba is not searching on *ou=machine*, but on *ou=users*. But if i change in smbldap.conf *computersdn="ou=machine,${suffix}"* to * computersdn="ou=users,${suffix}"* it works. bellow is my smb.conf [global] workgroup = TEST netbios name = PDC server string = Samba Server passdb backend = ldapsam:ldap://127.0.0.1 log file = /var/log/samba...
2005 Nov 30
0
samba /openldap error message
...etails #clientkey="/etc/smbldap-tools/smbldap-tools.key" # LDAP Suffix # Ex: suffix=dc=IDEALX,dc=ORG suffix="dc=domain,dc=com" # Where are stored Users # Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG" usersdn="ou=Users,${suffix}" # Where are stored Computers # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG"? computersdn="ou=Users,${suffix}" #computersdn="ou=Computers,${suffix}" # Where are stored Groups # Ex groupsdn="ou=Groups,dc=IDEALX,dc=ORG" groupsdn="ou=Groups,${suffix}" # Where are stored Idmap entries (used if...
2010 Dec 30
1
Could not find base dn trying to join a machine into the domain
...ser: Running the command `/usr/sbin/smbldap-useradd -w "vmwinxpbox$"' gave 2 I don't understand why smbldap-useradd is able to add that machine through command line but it is not able through windows box Useful info: smbldap-populate file: suffix="o=company,dc=lan" computersdn="ou=machines,${suffix}" sambaUnixIdPooldn="sambadomainname=domainname,ou=domains,o=company,dc=lan" defaultComputerGid="515" smb.cnf: ldap suffix = dc=lan ldap machine suffix = ou=machines,o=company add machine script = /usr/sbin/smbldap-useradd -w "%u" T...
2012 May 06
0
Cannot mount users home directories from a samba server
...: suffix=dc=IDEALX,dc=ORG suffix="dc=amahoro,dc=bi" # Where are stored Users # Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not set here, you must set the full dn for usersdn usersdn="ou=Users,${suffix}" # Where are stored Computers # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not set here, you must set the full dn for computersdn computersdn="ou=Computers,${suffix}" # Where are stored Groups # Ex: groupsdn="ou=Groups,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not s...
2005 Jun 13
0
Problems Migrating password and group info to ldap
...Ex: suffix=dc=IDEALX,dc=ORG suffix="dc=TALL,dc=EDU" # Where are stored Users # Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not set here, you must set the full dn for usersdn usersdn="ou=Users,${suffix}" # Where are stored Computers # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not set here, you must set the full dn for computersdn computersdn="ou=Computers,${suffix}" # Where are stored Groups # Ex: groupsdn="ou=Groups,dc=IDEALX,dc=ORG" # Ex: groupsdn="ou=Groups,dc=IDEAL...
2007 Jan 30
2
Netlogon, roming profiles in samba(PDC)-ldap
...=IDEALX,dc=ORG suffix="dc=qvantelin,dc=com" # Where are stored Users # Ex: usersdn="ou=Users,dc=qvantelin,dc=com" # Warning: if 'suffix' is not set here, you must set the full dn for usersdn usersdn="ou=Users,${suffix}" # Where are stored Computers # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not set here, you must set the full dn for computersdn computersdn="ou=machines,${suffix}" # Where are stored Groups # Ex: groupsdn="ou=Groups,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not...
2010 Jul 02
2
Fail to join a Windows 2008 R2 to a Samba+LDAP PDC version3.5.4
...in,dc=local" > > # Where are stored Users > # Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG" > # Warning: if 'suffix' is not set here, you must set the full dn for > usersdn > usersdn="ou=Users,${suffix}" > > # Where are stored Computers > # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG" > # Warning: if 'suffix' is not set here, you must set the full dn for > computersdn > computersdn="ou=Computers,${suffix}" > > # Where are stored Groups > # Ex: groupsdn="ou=Groups,dc=IDEALX,dc=ORG" > # War...
2004 Sep 27
3
Problems with the IdealX scripts
...t; ldapTLS="0" verify="optional" cafile="/etc/openldap/slapd-cert.pem" clientcert="/etc/smbldap-tools/smbldap-tools.pem" clientkey="/etc/smbldap-tools/smbldap-tools.key" suffix="dc=borkholder,dc=com" usersdn="ou=People,${suffix}" computersdn="ou=Computers,${suffix}" groupsdn="ou=Groups,${suffix}" idmapdn="ou=People,${suffix}" sambaUnixIdPooldn="cn=Uidpool,ou=People,${suffix}" scope="sub" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/false"...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...e configuration file for all smbldap-tools scripts use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $slavePort $masterPort $ldapSSL $slaveURI $masterURI $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapmodify $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_userScript $usersou $computersou $groupsou $SID $hash_encrypt ); use Exporter;...
2007 Aug 21
2
ldap and computer accounts
I'm attemtping to configure a Ubuntu server for a bunch of windows clients. I'd like the authentication information to be in ldap.So far the stuff works, I can authenticate users in LDAP just fine. But when I want a windows machine to join the domain I get the error 'The user name could not be found'. The computer account gets created (via smbldap-tools) and I can see it in the
2010 Mar 29
1
urgent
...suffix=dc=IDEALX,dc=ORG suffix="dc=csimaroc,dc=net" # Where are stored Users # Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not set here, you must set the full dn for usersdn usersdn="ou=Users,${suffix}" # Where are stored Computers # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not set here, you must set the full dn for computersdn computersdn="ou=Computers,${suffix}" # Where are stored Groups # Ex: groupsdn="ou=Groups,dc=IDEALX,dc=ORG" # Warning: if 'suffix' is not se...