search for: ldapsmb

Displaying 20 results from an estimated 25 matches for "ldapsmb".

2008 May 29
3
cannot add new machines to domain
...level = 1 log file = /var/log/log.smb smb ports = 139 name resolve order = wins hosts bcast lmhosts time server = Yes deadtime = 15 socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY printcap name = cups add user script = ldapsmb -a -u "%u" delete user script = ldapsmb -d -u "%u" add group script = ldapsmb -a -g "%g" delete group script = ldapsmb -d -g "%g" add user to group script = ldapsmb -j -u "%u" -g "%g" delete use...
2004 Feb 15
1
ldapsmb
Hello List, i try to build up a samba/ldap pdc using samba 3.0.1 and ldapsmb-1.0. It seems that ldapsmb-1.0 did not work with samba 3.0 in non compat mode. Searching for a newer version was frustrating. The only thing i found were dead links to ldapsmb-1.2. If i look inside all this samba mailing lists, it seems that erverybody is using ldapsmb with samba 3.0. Something is...
2008 Jul 01
5
Samba 3.2 Ldap problem
...n logons = no # it's 'Yes' in the old server security = user preferred master = no os level = 64 encrypt passwords = yes # logon script = test.bat # logon path = \\%L\profiles\%U # logon home = \\%L\%U # logon drive = z: # add user script = ldapsmb -a -u "%u" # delete user script = ldapsmb -d -u "%u" # add machine script = ldapsmb -a -s -wks "%u" -v --logfile /var/log/samba/ldapsmb.log # add group script = ldapsmb -a -g "%g" # delete group script = ldapsmb -d -g "%g" # add user...
2011 Mar 23
1
Can't join Windows 7 Pro/XP to samba PDC
...ith the help of smbldap-tools. Here is the global section of my smb.conf [global] workgroup = ARAMDA map to guest = Bad User passdb backend = ldapsam:ldap://localhost log level = 3 log file = /var/log/samba.log printcap name = cups add user script = ldapsmb -a -u "%u" delete user script = ldapsmb -d -u "%u" add group script = ldapsmb -a -g "%g" delete group script = ldapsmb -d -g "%g" add user to group script = ldapsmb -j -u "%u" -g "%g" delete user from gro...
2004 Jul 13
0
XP to Samba PDC, permissions. Please give me a hand.
...map = /etc/samba/smbusers unix password sync = Yes log level = 1 log file = /var/log/samba/log.%m debug uid = Yes name resolve order = dns wins bcast host lmhosts socket options = SO_KEEPALIVE TCP_NODELAY IPTOS_LOWDELAY hostname lookups = Yes printcap name = /etc/printcap add user script = ldapsmb -a -u delete user script = ldapsmb -d -u add group script = ldapsmb -a -g delete group script = ldapsmb -d -g add user to group script = ldapsmb -j -u delete user from group script = ldapsmb -j -u set primary group script = ldapsmb -m -u add machine script = /usr/sbin/useradd -c Machine -d...
2010 Sep 29
1
Problems Windows 7 64 Bit joining a Samba + Ldap domain
...2.4.21-9.1. My config of samba: [global] workgroup = MEDIATEST.LOCAL netbios name = MEDIADC map to guest = Bad User passdb backend = ldapsam:ldap://afs-test.mediaservice-test.pri log level = 2 printcap name = cups add user script = /usr/sbin/ldapsmb -a -u "%u" -smbacct --makehomedir --homedir /home/%u -f delete user script = /usr/sbin/ldapsmb -d -u "%u" -f add group script = /usr/sbin/ldapsmb -a -g "%g" -f delete group script = /usr/sbin/ldapsmb -d -g "%g" -f add user to g...
2003 May 12
0
Can't join Samba3 domain
...am:ldap://localhost/ non unix account range = 5000-50000 algorithmic rid base = 100000 log level = 2 announce version = 5.0 time server = Yes unix extensions = Yes keepalive = 30 socket options = TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=8192 SO_RCVBUF=8192 printcap name = cups add user script = ldapsmb -a -u delete user script = ldapsmb -d -u add group script = ldapsmb -a -g delete group script = ldapsmb -d -g add user to group script = ldapsmb -j -u delete user from group script = ldapsmb -j -u add machine script = ldapsmb -a -w shutdown script = ldapsmb --shutdown= abort shutdown script...
2005 Jun 06
1
Problem listing group membership from Windows
I planned using ifmember.exe from Windows 2000 resource kit to map the right drive-mappings to the right shares with logon-scripts. Unfortunately it seems as ifmember simply doesnt report the right groups for the users. Even tho "id user1" shows the right groups; "uid=2082(user1) gid=1002(Group1)roups=1002(Group1),545(Users),1000(Group0)", User is a member of group
2003 Oct 10
0
Wierd failure when adding W2K to Samba3.0.0+LDAP Domain
...domain master = yes local master = yes security = user domain logons = yes passdb backend = ldapsam:ldap://localhost time server = yes printing = cups printcap name = cups load printers = yes unix charset = LOCALE log level = 3 wins support = yes add user script = ldapsmb -a -u "%u" delete user script = ldapsmb -d -u "%u" add machine script = ldapsmb -a -w "%u" add group script = ldapsmb -a -g "%g" delete group script = ldapsmb -d -g "%g" add user to group script = ld...
2005 Sep 12
4
SuSE 9.3 and Latest Binaries - Library Conflict
...ftp://ftp.primastasys.com/pub/Samba-Packages/ still no joy. The problem is library related: nemesis:/home/david/Documents/linux/rpms/samba320 # rpm -Uvh * warning: cifs-mount-3.0.20-0.1.i586.rpm: V3 DSA signature: NOKEY, key ID 414a57c3 error: Failed dependencies: perl-ldap is needed by ldapsmb-1.33-3 liblber.so.2 is needed by libsmbclient3-3.0.20-1 libldap.so.2 is needed by libsmbclient3-3.0.20-1 liblber.so.2 is needed by samba3-3.0.20-1 libldap.so.2 is needed by samba3-3.0.20-1 liblber.so.2 is needed by samba3-client-3.0.20-1 libldap.so.2...
2005 Oct 18
2
roll-yer-own ldapadd operations for scipt options?
I'm currently using the suse ldapsmb utility for all the script operations, but I want to do some custom script work for creating user and machine accounts. For example, I want to manipulate the default object classes and directory placement for new machines--putting them into ou=Devices instead of ou=Users, and giving them the parent...
2010 Sep 27
1
Fwd: Re: Problem with Samba - Openldap and domain autentication of Windows XP
Wait, you are using samba with openldap backend. Why are you using useradd ??? with this backend you need smbldap instead. like this: passdb backend = ldapsam:ldap://your ldap server ldap passwd sync = yes ldap delete dn = Yes ldap admin dn = cn=root,dc=domain,dc=com,dc=br ldap suffix = dc=domain,dc=com,dc=br ldap machine suffix =
2005 Sep 10
1
SuSE 9.3 samba binaries FUBAR??
...are getting library errors for the *.so.2 libraries, regardless of whether we try via YAST or RPM. david@nemesis:~/Documents/linux/rpms/samba320> ll total 19970 -rw-r--r-- 1 david users 60998 2005-09-09 22:24 cifs-mount-3.0.20-0.1.i586.rpm -rwx------ 1 david users 61244 2005-09-09 22:24 ldapsmb-1.33-3.i586.rpm -rwx------ 1 david users 747362 2005-09-09 22:24 libsmbclient3-3.0.20-1.i586.rpm -rwx------ 1 david users 714166 2005-09-09 22:24 libsmbclient3-devel-3.0.20-1.i586.rpm -rwx------ 1 david users 2955213 2005-09-09 22:24 samba3-3.0.20-1.i586.rpm -rwx------ 1 david users 8008179...
2003 Dec 30
2
suse 8.2 Samba 3 LDAP Domain Join Error : Logon failure: unknown user name or bad password (fwd)
-- John H Terpstra Email: jht@samba.org ---------- Forwarded message ---------- Date: Tue, 30 Dec 2003 04:33:24 +0000 (GMT) From: John H Terpstra <jht@samba.org> To: Sundaram Ramasamy <sun@percipia.com> Cc: samba@lists.samba.org Subject: Re: [Samba] suse 8.2 Samba 3 LDAP Domain Join Error : Logon failure: unknown user name or bad password On Mon, 29 Dec 2003, Sundaram Ramasamy
2005 Aug 17
1
overrun buffer
...r, when running the command below from my workstation: `--> sudo net rpc info -S SMBPDC [2005/08/17 14:33:16, 0] rpc_parse/parse_prs.c:prs_mem_get(537) prs_mem_get: reading data of size 14287078 would overrun buffer. However, if I run the same command from the PDC itself, then it's ok: . ldapsmb-pdc:~# net rpc info Domain Name: ILR Domain SID: S-1-5-21-2633119842-899525101-3767551999 Sequence number: 1124273803 Num users: 21 Num domain groups: 39 Num local groups: 0 I don't like that overrun buffer.. doesn't sound nice. Does anyone have an idea of why this happens? thanks. fred
2005 Sep 13
1
RE: [SLE] SuSE 9.3 and Latest Binaries - Library Conflict
...ftp://ftp.primastasys.com/pub/Samba-Packages/ still no joy. The problem is library related: nemesis:/home/david/Documents/linux/rpms/samba320 # rpm -Uvh * warning: cifs-mount-3.0.20-0.1.i586.rpm: V3 DSA signature: NOKEY, key ID 414a57c3 error: Failed dependencies: perl-ldap is needed by ldapsmb-1.33-3 liblber.so.2 is needed by libsmbclient3-3.0.20-1 libldap.so.2 is needed by libsmbclient3-3.0.20-1 liblber.so.2 is needed by samba3-3.0.20-1 libldap.so.2 is needed by samba3-3.0.20-1 liblber.so.2 is needed by samba3-client-3.0.20-1 libldap.so.2...
2008 Jul 30
2
unable to map windows to unix groups
...l-ldap-ssl-0.33-81 nss_ldap-32bit-257-17.1 yast2-ldap-2.15.1-83 openldap2-devel-2.3.41-2.1 python-ldap-2.3.1-18 ldapcpplib-0.0.4-95 yast2-ldap-client-2.15.12-37 php5-ldap-5.2.6-0.1 openldap2-client-32bit-2.3.37-20 ldap-account-manager-2.3.0-0.pm.0 yast2-ldap-server-2.15.5-76 pam_ldap-32bit-184-49.1 ldapsmb-1.34b-110.8.123 LINUX-SRV: # net groupmap list
2011 Jun 03
2
missing symbols talloc_* (opensuse 11.4/samba 3.5.7-xxx)
...r below). my samba rpm is samba-3.5.7-1.17.1.x86_64. My package versions: > rpm -qa --qf "%-40{NVR}\t%{DISTRIBUTION}\n" |sort|grp 'sa?mb|cif|alloc|wbcl' cifs-utils-4.6-3.6.1 openSUSE 11.4 fusesmb-0.8.7-110.1 openSUSE 11.4 ldapsmb-1.34b-298.17.1 openSUSE 11.4 libsmbclient0-32bit-3.5.7-1.17.1 openSUSE 11.4 libsmbclient0-3.5.7-1.17.1 openSUSE 11.4 libsmbios2-2.0.2-21.1 openSUSE 11.4 libsmbios-bin-2.0.2-21.1 openSUSE 11...
2004 Feb 20
0
access denied LDAP -PDC
...error And yes I have performed the reg hack for XP I have included the smb.conf file below I'm going around in circles every howto I read seems to say everything that I already have done. [global] ## Ldap Stuff ldap admin dn = "cn=root,dc=lincom,dc=net" ldap server = ldapsmb.lincom.com.au ldap suffix = "ou=People,dc=lincom,dc=net" ldap port = 389 ldap ssl = start_tls workgroup = office netbios name = pdc1 comment = Linux RedHat Samba Server security = user encrypt passwords = yes logon drive = U: logon path = \\%L\profiles\%G domain lo...
2007 Sep 20
0
3.0.26a RPM install on Suse 10.2 Generates Warnings
...### [ 23%] 4:libsmbclient ########################################### [ 31%] /sbin/ldconfig: /usr/lib/libGammu.so.0 is not a symbolic link 5:libmsrpc ########################################### [ 38%] /sbin/ldconfig: /usr/lib/libGammu.so.0 is not a symbolic link 6:ldapsmb ########################################### [ 46%] 7:libmsrpc-devel ########################################### [ 54%] 8:libsmbclient-devel ########################################### [ 62%] 9:samba-krb-printing ########################################### [ 6...