search for: smbldaptool

Displaying 20 results from an estimated 35 matches for "smbldaptool".

Did you mean: smbldaptools
2005 Dec 24
1
master.password instead of LDAP database.
...r.password and LDAP database. Note that uid and gid are taken from master.password instead of LDAP database. Why? my smb.cf [global] dos charset = CP866 unix charset = KOI8-R workgroup = FISH server string = Samba Server passdb backend = ldapsam:ldap://localhost passwd program = /usr/local/smbLDAPtools/sbin/smbldap-passwd log file = /var/log/samba/log.%m max log size = 50 load printers = No add user script = /usr/local/smbLDAPtools/sbin/smbldap-useradd -a -m %u delete user script = /usr/local/smbLDAPtools/sbin/smbldap-userdel %u add group script = /usr/local/smbLDAPtools/sbin/smbldap-group...
2005 Dec 21
0
Can not login to the domain. User serg in passdb, but getpwnam() fails!
...id serg uid=1002(serg) gid=513(Domain Users) groups=513(Domain Users) my smb.conf [global] dos charset = CP866 unix charset = KOI8-R workgroup = FISH server string = Samba Server passdb backend = ldapsam:ldap://localhost passwd program = /usr/local/smbLDAPtools/sbin/smbldap-passwd log file = /var/log/samba/log.%m max log size = 50 load printers = No add user script = /usr/local/smbLDAPtools/sbin/smbldap-useradd -m delete user script = /usr/local/smbLDAPtools/sbin/smbldap-userdel add group script = /usr/loca...
2008 Jan 02
0
winbind initialization: GetDC got invalid response type 21
...ba/log.%m debug hires timestamp = Yes smb ports = 139 name resolve order = wins host bcast lmhosts deadtime = 60 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_BROADCAST printcap name = /etc/printcap add user script = /usr/local/smbldaptools/smbldap-useradd -m "%u" delete user script = /usr/local/smbldaptools/smbldap-userdel "%u" add group script = /usr/local/smbldaptools/smbldap-groupadd -p "%g" delete group script = /usr/local/smbldaptools/smbldap-groupdel "%g"...
2003 Nov 25
0
Problems using smbldaptools
Evening everyone. Im currently having some problems using the smbldap tools to add groups, users and such. Im using Samba 3.0.1pre3 with OpenLDAP 2.1.22. I have setup the required files: /etc/nsswitch.conf, /etc/ldap.conf and /etc/samba3/smb.conf I also configured smbldap_conf.pm as well to reflect my setup. (Quick side note: I have two of these files: one in /etc/samba3 and the other in
2008 Sep 12
2
smbldaptools not creating unix group/users
Dear all, I have setup a samba PDC on a debian lenny machine and everything works fine. Recently, i want to integrate Samba with LDAP. When I use smbldap-populate, the corresponding structures are created in the LDAP tree, however, the unix groups are not created at all! smbldap-populate did not complaint anything. I have tested by using smbldap-useradd. The same problem appears. What are the
2008 May 15
2
Password Policy for Samba Ldap PDC
Hello All, I?ve a customer with a problem. They need to apply some policy's in your Samba LDAP (SMBLDAPTOOLS) passwords, like this: - Passwords Expiration - Minimum lenght - History - Quality of Password - Block after 3 incorrect logon attempts Is it possible to do it with the Default Samba schema ? Is there another way to implement ? Thanks for any Help. Best Regards. -- Alexandre Andrade S?o Paul...
2007 Jan 27
0
debugging smbldap-useradd failures
...tools expected the user to be root and if not it would not read the file smbldap_bind.conf. Here's part of the code: if ($< == 0) { ( read the file ) } else { $conf{slaveDN}=$conf{slavePw}=$conf{masterDN}=$conf{masterPw}=""; } Thus , no bind attributes are set. Smbldaptools does not see this as something that should be noted somehow. The reason in my case was that someone had added a administrator user to the local users on the box with uid 999. I have included a patch [2] that should at least give some more warnings when this happens. IMHO smbldaptools should...
2014 Apr 29
2
Samba 3.5 loses local master browser election to Win7 32bits
...l = start_tls ldap admin dn = cn=admin,ou=rec,o=xxx ldap passwd sync = yes ldap delete dn = yes ldap user suffix = ou=users ldap group suffix = ou=groups ldap machine suffix = ou=computers domain master = yes domain logons = yes [... smbldaptools scripts ...] os level = 255 preferred master = yes local master = yes wins support = yes time server = yes Now I've increased nmbd's debug level to 2 to see if I get some clue. Any help ?? thanks a lot in advance Lucas Brasilino
2005 Feb 07
1
RPM Build error for Samba-3.0.10-1.src.rpm
Hi, I am trying to install samba 3 on RH Enterprise Linux AS with LDAP and SMBLDapTools. I hv downloaded the Samba-3.0.10-1.src.rpm from Samba site. I want my samba to support ACLs, Profiles, LDAPSAM etc. To make it work i edited the SPECS file and added the following entries - - with-acl-support - - with-profile - - disable-static - - with-msdfs - -with-ldapsam Afte...
2004 Mar 13
1
Weird: Samba 3.0.2a (PDC) and OpenLDAP = Windows can't logon to PDC
Hello I have a weird problem. I have installed on a Fedora Core 1 server the following: Samba 3.0.2a Openldap 2.1.22 Smbldaptools 0.8.4 Everything works for this setup until I try to logon to the domain from a Windows XP Pro workstation. I can: - join the domain - create users with the smbldap tools - Logon to Linux localy - use smbclient tools - Access shares from my Windows XP (when logged on localy) - See my personal h...
2005 Aug 11
2
Migrated fine except passwords
...nd computer accounts from NT4 to Samba 3.0.14 with ldap today. Smbldap-tools are the latest stable version from tarball. No errors during vampire and everyone came over and the groups and group memberships populated fine. We couldn't connect to the server as any user from client PC's. The smbldaptools were set to use SSHA encryption for password attribute but phpldapadmin showed the passwords as CRYPT with only 8 chars for all users. I suspect the passwords never came over. In my previous lab, the passwords migrated as SSHA encryption and worked fine. I used smbldap-passwd to reset the password...
2007 May 14
1
Samba-PDC+LDAP Domain logon problem
...smb.conf:------------------ [global] workgroup = XXXX passdb backend = ldapsam:ldap://127.0.0.1 log level = 1 max xmit = 65535 time server = Yes deadtime = 15 socket options = TCP_NODELAY IPTOS_LOWDELAY add machine script = /usr/local/smbldaptools/smbldap-useradd.pl -w "%m" logon script = logon.bat logon path = \\%N\profiles\%u logon drive = H: domain logons = Yes os level = 65 preferred master = Yes domain master = Yes wins proxy = Yes wins support = Yes...
2004 Jul 23
2
Base ldap access file.
...ch: This is a patch to add an extra ou=Services to the ldaptree and add a simpelSecurityObject samba to that ou. Use this as the "sambauser". The only thing samba needs is access to the ldap-tree not be a complete Unix/Windos user. The patch is written so that if you run configure.pl in smbldaptools first, it will use the password you have set for the master ldapserver, thus you save a bit work there :-) Please comment and commit ;-) Tarjei
2004 Jan 23
1
Adding Samba Domain SIDs...
Our school district is moving to an LDAP database for mail and domain authentication. We are seeing some errors in our logs we don't know how to resolve and need your help. First, let me give a run down of what we have and what we are using: RedHat 9.0 Samba 3.02 Pre 1 OpenLdap 2.1.22-3 Smbldaptools v. 0.83 We have a main campus where our Master LDAP database is located. The Samba domain at this location is called BRYANT. We have four wing locations which have Samba and LDAP installed (versions above). The LDAP database from our main campus is being replicated to these wing locations...
2004 Feb 02
1
4 samba domains/one ldap backend/2 methods/which to use?
...eveing method 1 had something to do with an SID problem, we proceeded to set up the remote locations as BDC's a)set up master ldap server, and samba server on same machine, b) set up replica's and referrals back to master c) set up remote servers as BDC's using same SID d)set up SID in smbldaptools to be the same results: samba added the xp machines to the domain, but we could not log in upon reboot. questions: on method1 above, we have some users that get special shares based upon the %m, meaning the domain they put to log in box. This works on the pdc, but we can't get it to work o...
2011 Oct 16
1
ntlm_auth NT_STATUS_INVALID_HANDLE with windbind
I should use an authenticated proxy with Squid, but I have a problem with winbind. I'm working on a PDC, debian squeeze with samba from backport (ver. 2:3.5.11~dfsg-1~bpo60+1 ) Here the problem: I can authenticate users. /usr/bin/ntlm_auth --username=myname --domain=MYCOMPANY password: XXXX NT_STATUS_INVALID_HANDLE: Invalid handle (0xc0000008) wbinfo -a myname Enter myname's
2010 Jul 08
1
Access to administrative shares on Windows
Hi people: I'm running Samba 3.0.33 and 3.3.5 (both just for testing at different installations) under CentOS Linux 5.5. My Samba server is configured as PDC with an LDAP backend based on OpenLDAP+smbldaptools+gosa. I understand this: 1. Every Windows machine has a local Administrators group. 2. When a Windows machine joins my Samba domain (named MYDOM), the group "MYDOM\Domain Admins" is addedd to the local Administrators group of the Windows machine. 3. According to (2), root account is a...
2009 Feb 04
1
Idmap + LDAP + winbind: our first BDC - doubts about idmap ranges and winbbindd + Idmap dn
...ike to clarify some points, if possible, to understand "the picture". We have never had a BDC before. Winbindd is not running in our PDC. We want a BDC to divide the authentication load with our PDC. Initially, we will install just one BDC. We have been using Samba + LDAP (with SSL)+ smbldaptools since the begining so, our users (people and machines) are all in the LDAP base. In the future, if the results were good, we will install more BDCs, using the same logic. We have idmap uid and idmap gid with 10000 - 20000 default values (smb.conf in PDC). We already have more than 20000 users...
2003 Nov 19
0
pdc and ldap, logon problem
...nd i can logging locally using an ldap test user - i can list shares anonymously and using test user from linux box using smbclient -L - i can "connect" to samba server using smbclient \\samba\user -U user, listing, creating / removing files ok - i can add w2k machines in domain, using smbldaptools or from w2k network identification properties - BUT i can not login in using my test user windows gives me "system couldnot log you in, make sure password is ok blah blah" although samba logs give me a " check_ntlm_password: authentication for user [wuser1] -> [wuser1] -> [w...
2005 Feb 09
0
Error:The semaphore timeout period has expired
hi, I hv recently installed and configured samba-3.0.10-1 with Ldap and smb tools. Everything looks good, i mean Samba, LDAP and smbldaptools everything. But now when i am trying to access the shares as well as trying to join w2k prof desktop to the domain its giving the error "The semaphore timeout period has expired" Can any one let me know what could be the problem? Thanks & Regards Mandar Kulkarni