Re: [Samba] pam_mkhomedir.so not working.

2008-02-26 Thread Sadique Puthen
Linux Addict wrote: On Tue, Feb 26, 2008 at 9:31 AM, Bjoern Tore Sund <[EMAIL PROTECTED]> wrote: Linux Addict wrote: > Sambains, I gotta samba setup where I use pam_mkhomedir.so to create > home dir for first time users. Same configuration is working on many > hosts and if I create a home

Re: [Samba] pam_mkhomedir.so not working.

2008-02-26 Thread Bjørn Tore Sund
On 26/2/08 18:20, "Linux Addict" <[EMAIL PROTECTED]> wrote: >> On Fedora Core 5, Fedora Core 6 and RHEL4 I saw the same because >> pam_mkhomedir didn't do 'mkdir -p' only 'mkdir' - it assumed the >> existence of the entire tree and wanted to only create the user's >> personal directory. >>

Re: [Samba] pam_mkhomedir.so not working.

2008-02-26 Thread Linux Addict
On Tue, Feb 26, 2008 at 9:31 AM, Bjoern Tore Sund <[EMAIL PROTECTED]> wrote: > > Linux Addict wrote: > > Sambains, I gotta samba setup where I use pam_mkhomedir.so to create > > home dir for first time users. Same configuration is working on many > > hosts and if I create a home directory manual

Re: [Samba] pam_mkhomedir.so not working.

2008-02-26 Thread Francis Galiegue
Le mardi 26 février 2008, Bjoern Tore Sund a écrit : [...] > > mkdir("/home/DOM/user1", 0700)= -1 EACCES (Permission denied) > > time([1203973003]) = 1203973003 > > [...] > > On Fedora Core 5, Fedora Core 6 and RHEL4 I saw the same because > pam_mkhomedir didn't do 'mkdi

Re: [Samba] pam_mkhomedir.so not working.

2008-02-26 Thread Bjoern Tore Sund
Linux Addict wrote: Sambains, I gotta samba setup where I use pam_mkhomedir.so to create home dir for first time users. Same configuration is working on many hosts and if I create a home directory manually, I can login, but not on fly. And also when I change the /home permission to 777, its creat

[Samba] pam_mkhomedir.so not working.

2008-02-25 Thread Linux Addict
Sambains, I gotta samba setup where I use pam_mkhomedir.so to create home dir for first time users. Same configuration is working on many hosts and if I create a home directory manually, I can login, but not on fly. And also when I change the /home permission to 777, its creating home directory for

Re: [Samba] pam_mkhomedir.so problem

2006-01-04 Thread WebMaster
Hello; > sessionrequiredpam_mkhomedir.so skel=/etc/skel/ umask=0077 Well I use optional in session optional /lib/security/$ISA/pam_mkhomedir.so skel=/etc/skel/ umask=0022 I had the same problem. Initial login runs as user, no as root, and have no rights for writing. See, for exampl

[Samba] pam_mkhomedir.so problem

2006-01-02 Thread Adrian Saileanu
Hello Samba People, I'm doing some tests with samba on a debian Sarge in order to implement a file server with the recycle bin module, so my smb.conf loks like this : [global] workgroup = HOME server string = %h server (Samba %v) preferred master = no realm = home.local security = ADS

[Samba] pam_mkhomedir.so problem

2005-12-31 Thread Adrian Saileanu
Hello Samba People, I'm doing some tests with samba on a debian Sarge in order to implement a file server with the recycle bin module, so my smb.conf loks like this : [global] workgroup = HOME server string = %h server (Samba %v) preferred master = no realm = home.local security = ADS

[Samba] pam_mkhomedir.so on Solaris 9

2003-12-11 Thread Ganguly, Sapan
Hello, I need a little help, so far I have winbind working on Solaris 9. wbinfo and getent give me what they are supposed to. Now I want to create home directories on the fly when a user logs in with their windows username and password. I got pam_mkhomedir.so from the link below, its right at t

Re: [Samba] pam_mkhomedir.so

2003-03-12 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > From: [EMAIL PROTECTED] > To: <[EMAIL PROTECTED]> > Date: Wed, 12 Mar 03 10:16:59 +0100 > Subject: [Samba] pam_mkhomedir.so > Problem is how to setup samba for automatic home directory > creating. Maybe smb.conf is incorre

[Samba] pam_mkhomedir.so

2003-03-12 Thread borpeter
Hi! I'm again here. Samba works and made directory /user for me, but directory /DOMAIN I must still create manually. What's wrong? Thanks. -- Ziskejte kvalitu, kterou si zasluhujete. Za minimalni mesicni poplatek vam nabizime Antivir, Antispam nebo dalsi kapacitu pro vas Mailbox. Vice na: htt

Re: [Samba] pam_mkhomedir.so

2003-03-12 Thread Andrew Bartlett
On Wed, 2003-03-12 at 20:16, [EMAIL PROTECTED] wrote: > Hi! > > This error appears as answer to browse home directory from WinXP > on Samba server2.27 on Mandrake9.0: 'Can't change directory to > /home/DOMAIN/user (No such file or directory)' > > Here is my etc/pam.d/samba : > #%PAM-1.0 > auth su

[Samba] pam_mkhomedir.so

2003-03-12 Thread borpeter
Hi! This error appears as answer to browse home directory from WinXP on Samba server2.27 on Mandrake9.0: 'Can't change directory to /home/DOMAIN/user (No such file or directory)' Here is my etc/pam.d/samba : #%PAM-1.0 auth sufficient /lib/security/pam_winbind.so auth required /lib/security/pam_no

Re: [Samba] pam_mkhomedir.so

2003-01-28 Thread Michael Pellegrino
y, January 28, 2003 3:09 PM Subject: Re: [Samba] pam_mkhomedir.so > I managed to find enough information here to help me get it working: > > http://www.flatmtn.com/computer/Linux-Samba.html > > > Mike > > - Original Message - > From: "Igor Debacker&quo

Re: [Samba] pam_mkhomedir.so

2003-01-28 Thread Bradley W. Langhorst
On Tue, 2003-01-28 at 15:54, Igor Debacker wrote: > where and how can i call this module ? > > is it in /etc/pam.d ? yes > how is the sintax ? google for pam administrator guide -- Bradley W. Langhorst <[EMAIL PROTECTED]> -- To unsubscribe from this list go to the following URL and read th

Re: [Samba] pam_mkhomedir.so

2003-01-28 Thread Michael Pellegrino
I managed to find enough information here to help me get it working: http://www.flatmtn.com/computer/Linux-Samba.html Mike - Original Message - From: "Igor Debacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 3:54 PM Subject: [S

[Samba] pam_mkhomedir.so

2003-01-28 Thread Igor Debacker
where and how can i call this module ? is it in /etc/pam.d ? how is the sintax ? i'm a suse linux user.. thanx ! -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba