search for: edfgdf

Displaying 16 results from an estimated 16 matches for "edfgdf".

2003 Aug 04
1
Réf. : Re: R?f. : system users and smbpasswd users
...AND authenticate LDAP-only users. I don't have much more infos about "_nua" accounts, I think they've been removed, or maybe they were just planned... I really don't know... Good luck ! Gana?l. payal-samba@staticky.com on 07/31/2003 04:02:46 PM Pour : ganael.laplanche@edfgdf.fr cc : Objet : Re: R?f. : [Samba] system users and smbpasswd users Hi, Thanks for the mail. On Wed, Jul 30, 2003 at 10:58:35AM +0200, Ganael LAPLANCHE wrote: > Samba needs two accounts : a system account AND a samba account. The reason > for this is > you can't store every piece...
2003 Jul 18
0
Réf. : Slow file copying from Server to clients
Hi ! Did you try modifying socket options in smb.conf (generally : socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192) ? Look at Samba-Howto-Collection.html for more details... I hope this will help... Regards, Gana?l. EugeneJ@centratel.co.za@lists.samba.org on 07/18/2003 08:58:51 AM Envoy? par :
2003 Jul 22
0
Réf. : Samba 3 - Can't create trusted domain account
Woops, I just forgot to create the UNIX$ account associated with the trusted domain name... Sorry ;-) Gana?l.
2003 Jul 24
0
Réf. : Re: Unofficial Samba+ACL HOWTO
Mandrake 9.1's kernel needs a patch to support ACL's : http://qa.mandrakesoft.com/show_bug.cgi?id=3615 Regards, Gana?l LAPLANCHE. bgmilne@cae.co.za@lists.samba.org on 07/23/2003 06:09:59 PM Envoy? par : samba-bounces+ganael.laplanche=edf.fr@lists.samba.org Pour : samba@lists.samba.org cc : Objet : Re: [Samba] Unofficial Samba+ACL HOWTO -----BEGIN PGP SIGNED MESSAGE-----
2003 Jul 29
0
Réf. : trash can on samba
Hi ! I successfully used recycle bin + audit with these parameters : vfs objects = extd_audit recycle I didn't configure anything else, so I can't tell for advanced options... I don't remember having used any configure options for this. Ganael. mateus@tdkom.com.br@lists.samba.org on 07/28/2003 12:46:54 PM Envoy? par : samba-bounces+ganael.laplanche=edf.fr@lists.samba.org
2003 Jul 29
1
cannot access LDAP when not root
Hi, I found strange errors in my samba logs : [2003/07/28 16:32:16, 0] lib/smbldap.c:smbldap_open(799) smbldap_open: cannot access LDAP when not root.. [2003/07/28 16:32:16, 1] lib/smbldap.c:smbldap_retry_open(888) Connection to LDAP Server failed for the 1 try! [2003/07/28 16:32:16, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1634) ldapsam_search_one_group: Problem during the LDAP
2003 Aug 05
0
How does group mapping function ?
Hi all, this is a re-post, maybe the Samba Team can help ? I'm testing group mapping, wondering how It works exactly... I thought Samba was storing a mapping table allowing to retreive infos on Unix/Windows groups in a DYNAMIC way. Unfortunately, group mapping seems to be static, here is what I did : [I'm using Samba b3v3 + LDAP, WITHOUT nss-ldap/pam-ldap/winbind -> everything is
2003 Aug 28
1
Net rpc vampire : NT_STATUS_ACCESS_DENIED
Hi ! I'm trying to migrate accounts from my NT4 server, I followed each step described in the HOWTO : - tunred off samba - set domain master at "No" in config file - created groups + mappings as it is advised to - created the BDC account in the NT4 server manager - net rpc join'ed the domain but when I try to vampire user/group accounts, here is what I get : # net rpc vampire
2003 Sep 03
1
Backing up NT4 shares - migration from NT4 to Samba
Hi all, I'm trying to mygrate my NT4 PDC to a Samba v3rc2 PDC. Everything worked well during accounts migration (vampire). I'm now trying to back-up the shares (homes, profiles, netlogon), in order to fully migrate the accounts. Unfortunately, I'm facing a stupid problem : each home directory (or profile directory) can only be read from its creator, NOT from the Administrator of the
2003 Aug 04
0
Réf. : Réf. : trash can on samba
Mateus, here is a more complex (working !) example : vfs objects = recycle recycle:name = .recycle ; max-size (in bytes) of files allowed in the recycle bin recycle:maxsize = 2000000 ; keep directory trees ? recycle_keeptree = True ; files to exclude from the bin recycle:exclude = *.tmp *.temp *.swp ; root dirs to exclude from the bin recycle:exclude_dir = tmp ; include file versionning in the
2003 Jul 31
1
Réf. : groupmember list fails with 3.0.0b3 and LDAP
Hi, Same problem for me, any clue ? Gana?l. owen@isrl.uiuc.edu@lists.samba.org on 07/31/2003 01:42:21 AM Envoy? par : samba-bounces+ganael.laplanche=edf.fr@lists.samba.org Pour : samba@lists.samba.org cc : Objet : [Samba] groupmember list fails with 3.0.0b3 and LDAP Hi all, I've been working on a PDC with group mapping with Samba-3.0.0Beta3 with OpenLDAP-2.1.22. Things
2003 Aug 04
1
Group mapping... static ???
Hi all, I'm testing group mapping, wondering how It works exactly... I thought Samba was storing a mapping table allowing to retreive infos on Unix/Windows groups in a DYNAMIC way. Unfortunately, group mapping seems to be static, here is what I did : [I'm using Samba b3v3 + LDAP, WITHOUT nss-ldap/pam-ldap/winbind -> everything is stored in my /etc/passwd and /etc/group + in LDAP for
2003 Sep 02
0
Réf. : Re: Net rpc vampire : NT_STATUS_ACCESS_DENIED
Hi all, Thank you for your help, and sorry for my late answer. Everything works fine by now ! Yes, you have to become a BDC to vampire the accounts ! This is why I was getting an "Access denied" error : I thought my Samba was a BDC, but I forgot to add "domain logon = Yes" in my smb.conf, so Samba was a simple share server. Here is the steps I followed to suck the accounts :
2004 Jan 27
1
Group mapping bugs + PATCH
Hi all ! I've been using group mapping for a few weeks and found some bugs... For three of them, I tried to develop a small patch. I don't know Samba code very well and this is my first patch, so there could be errors :-p I hope my investigations will be useful :) * Platform : Here is what I used : Debian 3.0r1, Samba 3.0.2rc1 - PDC, OpenLDAP 2.1.23 as backend smb.conf extract :
2003 Dec 02
5
Good Admin tool ?
Hi all, Just wondering what Samba administration tool is the most frequently used ? What tool do admins use daily ? I've tried Cmd line / Samba tools, Swat, Webmin, LAM... and still haven't found a full-featured one and *user-friendly* one... Many Thanks :) Ganael.
2003 Aug 08
2
Can a user belong to two groups in Samba ???
Hi, I'm using samba 3b3 (+ldapsam) and have created a user belonging to two groups : - his primary group is mapped to the "Domain Users" Windows group, - his secondary one is mapped to the "Domain Admins" Windows group. Unfortunately, only the first group seems to be known by Samba, since the user doesn't become a "Domain Admin" at all (but he is a