Displaying 20 results from an estimated 10000 matches similar to: "pam_smbpass.so passdb.tdb support"
2010 Jul 01
1
Enabling logs in pam_smbpass in samba source code
I am facing some problem with samba 3.4.8 PAM pam_smbpass module, both
vsftpd,proftpd are not working ..I have opened thread at
http://forums.proftpd.org/smf/index.php/topic,4739.0.html
it is working fine with samba 3.0.32
I want to see the _log_err messages from pam_smbpass , for that I have
added log level=4 and log file= /tmp/samba/sambalog.log.
I did not see any of the messages in
2010 Oct 14
5
Restricting samba subfolder acl changes to admin users
Dear samba team,
What I noticed from the below example is , any user who has write access to share are able to change sub folder acls in it. we don't want that. how to restrict this to only admin users in NAS and to AD administrator in windows. ?.
Please help .
----------------
1) Import user from W2K3 R2 Server and set up a secure share. User has Read/Write access.
2)
2011 Jan 27
1
samba acl restore error
Dear Jeremy and samba team ,
This is suresh from EMC.I am having samba 3.4.8 on my NAS with posix acls support.
When a backup software backs up files and folders, it typically backs up the security settings on the files/folders
too. Then during restore, the software will try to restore the files/folders
along with their security settings. The restore is now broken because security
settings
2010 Sep 08
3
samba acl - able to change permissions that contradict user security setting
Dear friends, I am having following issue on my samba device . Please help me on this.
1) created share "test" given read and write access to the user "admin" and read only access to user "user1".
2) from my windows PC logged into the samba share "test " with "admin" user . created subfolder in that "test_subfolder".
3) on that
2010 Aug 10
1
samba posix_acls.c file and dir permissions
I did not get any response . pinging it again.
Dear samba team,
please help me in understanding these.
1) in samba posix_acls.c why samba always setting the READ access for
the file and READ and WRITE access for directory ?
----------
case S_IRUSR:
/* Ensure owner has read access. */
pace->perms |= S_IRUSR;
if (is_directory)
pace->perms |= (S_IWUSR|S_IXUSR);
and_bits =
2010 Sep 23
1
net rpc SeDiskOperatorPrivilege failing for domain user
Dear experts,
I am having following problem on samba server side . please help me .
1) our device is running with samba server , in order to allow Microsoft windows mmc to change samba share permissions I am giving SeDiskOperatorPrivilege ( net rpc rights grant admin SeDiskOperatorPrivilege) privilege to samba users.
This is working fine as long as our device is in standalone work group
2005 Apr 07
3
Unix to SMB Password Sync using PAM
Hello,
I would like to configure PAM to sync Unix passwords to Samba passwords.
When I add a new Unix user or change an existing Unix user's password,
I want the same password to be stored in /etc/smbpasswd.
I'm trying to follow these instructions:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/pam.html#id2606200
It sounds like this is what I want to do:
"A sample
2017 Feb 11
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 10 Feb 2017 12:34:23 +1100
Tom Robinson via samba <samba at lists.samba.org> wrote:
>
> I've grabbed samba 4.5.4 and customised an existing rpm spec file.
> Still some issues there.
>
> What replaces '--with-aio-support' in the configuration step now?
>
As far as I can see, nothing, see the 4.4.0 release notes here:
2008 Dec 26
1
Fat32 - 1Gb file copy is failing
Hi All,
Setup :- NAS device is running with 2.6.13 kernel and samba 3.0.32.I
have connected a 4GB USB flash drive having FAT32.USB drive is
available from the windows machine as connected shared drive.
>From my windows machine when I am trying to copy the file (>1Gb) to
shared USB drive(FAT32).it is giving error as shared USB drive is not
reachable.
File copy is working fine with small
2004 Jun 29
3
smbpasswd !!?!
please help me.
Why I cannot create a user with smbpasswd without having this username in /etc/passwd???
###################
bash-2.05# smbpasswd -a testaccount
New SMB password:
Retype new SMB password:
Failed to initialise SAM_ACCOUNT for user testaccount.
Failed to modify password entry for user testaccount
bash-2.05#
##############
my global in smb.conf
[global]
workgroup = J9_C
server
2017 Feb 12
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Mon, 2017-02-13 at 10:00 +1100, Tom Robinson via samba wrote:
> On 12/02/17 03:13, Rowland Penny via samba wrote:
> > On Fri, 10 Feb 2017 12:34:23 +1100
> > Tom Robinson via samba <samba at lists.samba.org> wrote:
> >
> > > I've grabbed samba 4.5.4 and customised an existing rpm spec
> > > file.
> > > Still some issues there.
> >
2011 Jul 14
1
Problem adding new users after upgrade to 3.4.0
After upgrading to 3.4.0, I can no longer add new users. Any users that were added beforehand work fine. Any users that I attempt to create cannot login (error: NT_STATUS_LOGON_FAILURE). I was able to get one new user account to work (see below), but I cannot add any new users.
The server is Ubuntu 9.10 running Samba 3.4.0.
I am using:
security = user
pam password change = yes
Updating
2002 Jun 23
2
SAMBA + LDAP Single Signon Achieved
Hello all!!
I have partially achieved full single-signon, synched passwords with
Samba 2.2.5 and OpenLDAP 2.0.25 on Mandrake 8.2.
I can change my PDC password from a Win2K box and it synchs the
Linux/Unix/LDAP password correctly. I can change my password from Linux
using 'passwd' and it synchs the PDC password.
Samba is the PDC, and uses LDAP as the smbpasswd backend.
This all works
2019 Mar 15
1
KVM - full system ( disk+memory) snapshot by excluding the raw disks
Hi There ,
I have KVM VM with 4 qcow2 disks and 2 raw disks . when I try to take full system snapshot by excluding raw disks . it is give below error . can you help me how to fix this ?. or is it possible to take full system snapshot in this case .?.
When I change XMl as internal snapshots for raw disks . It throws a message snapshot are not supported on war disks .
2002 Oct 08
2
Samba password changes?
hi,
i've setup a LDAP server with account information,
and compiled samba with ldap support.
everything works great, except for the password changes
i still have to run two seprate commands ( passwd, smbpasswd )
to change a users password.
i've tried to put the pam_smbpasswd.so module into
system-auth, but that does work?
any pointers?
thanks
adriaan putter
2011 Dec 20
2
Fw: Convert Unix users to Samba users
No-one has had this problem before?
----- Forwarded by Raymond Hoogerdijk/home on 20-12-2011 20:36 -----
From: Samba <samba at hoogerdijk.org>
To: Samba Maillist <samba at lists.samba.org>
Date: 14-12-2011 21:37
Subject: [Samba] Convert Unix users to Samba users
Sent by: samba-bounces at lists.samba.org
Hi,
I just installed a new Centos 6.1 machine with
2004 May 17
1
samba 3.0.4 on SLES8: password sync will not work...(decode_pw_buffer: incorrect password length)
Has anyone got unix password sync for samba3.0.x running successfully on
SLES8 server? Do I need the SLES service packs? Is there an
interaction with PAM that I need to be aware of?
I've compiled the full developer build of samba from 3.0.4-4 source.
Compile was successful. I'm running tdbsam as password backend. I've
troubleshooted quit a bit using google, docs, etc. as
2002 Jun 24
3
smbpasswd + ldap questions
I would like to have sync'd Unix and Samba passwords. My Unix passwords
are stored in OpenLDAP for uniformity across machines and services. I
have some problems with the standard solutions to this problem though:
* if I have Samba authenticate from OpenLDAP directly (using the
smbPassword attribute), then I get sync'ing problems when the password
is changed via normal Unix means. We
2009 Jul 03
2
[Announce] Samba 3.4.0 Available for Download
=================================================================
"Always keep an open mind and a
compassionate heart."
Phil Jackson
=================================================================
Release Announcements
=====================
This is the first stable release of Samba 3.4.
Major enhancements in Samba 3.4.0 include:
2009 Jul 03
2
[Announce] Samba 3.4.0 Available for Download
=================================================================
"Always keep an open mind and a
compassionate heart."
Phil Jackson
=================================================================
Release Announcements
=====================
This is the first stable release of Samba 3.4.
Major enhancements in Samba 3.4.0 include: