Displaying 5 results from an estimated 5 matches for "smb_groups".
2009 Nov 23
5
samba 3.4.3 DC breaks Windows groups
...nistrator -S BDC2
Enter Administrator's password:
Domain Users
BDC2#
Same deal with regular users
Nt. Not all unix groups are mapped to Windows groups. However I
believe all required "well known" windows groups are.
Ldap structure includes
ou=people
ou=group
ou=smb_groups (where samba stores group mappings, ldap
objectClass=sambaGroupMapping)
You can verify machine PDC or BDC is being used by an Windows client
with the "echo %LOGONSERVER%" command.
If I logon as Domain Administrator to an XP or Win 2003 machine that is
using BDC2, I will not hav...
2009 Oct 09
1
Domain trusts "forgetting" trusted users
...s, and wanted to
add a BDC.)
smb.conf includes
----------------------------------------------------------------------------------------------
passdb backend = ldapsam:ldap://ldap1.mydomain.com
ldap suffix=o=mydomain.com
ldap user suffix=ou=people
ldap group suffix=ou=smb_groups
ldap machine suffix=ou=machines
ldap admin dn="cn=Directory Manager"
ldap ssl = no
ldap passwd sync = no
ldap idmap suffix=ou=idmap
winbind enum users = Yes
winbind enum groups = no
winbind use default domain = no
winbind trusted domains...
2009 Sep 23
1
After migrating users to ldap, passwords still stored in passdb.tdb
...me"
Set the ldap admin passwd with "smbpasswd -w thepassword"
Changed smb.conf to use ldap as the backend
smb.conf includes
passdb backend = ldapsam:ldap://ldap1.mydomain.com
ldap suffix=o=mydomain.com
ldap user suffix=ou=people
ldap group suffix=ou=smb_groups
ldap machine suffix=ou=machines
ldap admin dn="cn=Directory Manager"
ldap ssl = no
ldap passwd sync = no
ldap idmap suffix=ou=idmap
If I use pdbedit to add or delete a samba user, it will appropriately
add or remove samba attributes to the existing ldap a...
2010 Sep 22
2
NT4 Migration
Hi,
I am in the process of attempting a NT4 Domain to Samba migration
(3.2.5). I have been following the instructions at
http://www.samba.org/samba/docs/man/Samba-Guide/ntmigration.html. I am
using an ldap backend. I am not convinced everything is set-up
correctly.
Before I began I removed all /var/lib/samba/*tdb and shutdown smb and ldap.
At point 13 where you do `getent group` the Domain
2009 Nov 17
1
Samba trusts, mapping issue, and pam crap domain
...in users)
bash-3.00# id linus
id: invalid user name: "linus"
smbpdc -3.00#
Smb.conf includes
-------------------------
ntlm auth = Yes
passdb backend = ldapsam:ldap://ldap1.mydomain.com
ldap suffix=o=mydomain.com
ldap user suffix=ou=people
ldap group suffix=ou=smb_groups
ldap machine suffix=ou=machines
ldap admin dn="cn=Directory Manager"
ldap ssl = no
ldap passwd sync = no
ldap idmap suffix=ou=idmap
winbind enum users = Yes
winbind enum groups = no
winbind use default domain = no
winbind trusted domains only = no
#ldap time out default is 15 sec
ldap...