Displaying 3 results from an estimated 3 matches for "userconf".
Did you mean:
  _userconf
  
2003 Feb 20
1
New Users wont authenticate.
Im using Samba 2.2.7a  on my RH7.3 box. The 3 users I have had on the system
work flawlessly, but when I add a new user (userconf,  adduser, smbpasswd
-a) the system takes the user, it exists in both PSSWD files, but won't
allow logging on from the Win9x box. 
I look in /var/log/messages and it doesn't tell me anything, nor do my
etc/samba/log.smbd-nmbd files, is there a particular switch or configuration
in smb.conf...
2020 Nov 05
0
No Logging for most VFS Operations with full_audit on smbd 4.9.5-Debian
...esign, or is my setup missing important aspects?
To get started, below a snippet from my 'smb.conf' for the share in question.
TIA
Mike
<---
[AUDIT]
                path = /srv/AUDIT
                read only = No
                browseable = No
                include = /etc/samba/userconf/%U.audit.conf
                valid users = root more users here
                vfs objects = acl_xattr full_audit
                full_audit:success = open read write mkdir
                full_audit:prefix = %u|%I|%m|%S
                full_audit:failure = connect
                full_audit:faci...
2007 Mar 08
0
Local and Roaming profiles
...ferred master = yes
  os level = 65
  security = user
  encrypt passwords = yes
  passdb backend = tdbsam:/path/to/passdb.tdb
  username map = /path/to/smbusers
  # default is local profile...
  logon path =
  login script = login.bat
  # ... unless their config says otherwise
  include /path/to/userconf/%U.conf
  log level = 2
  # netlogon share stuff
  # ipc share stuff
  [Profiles]
  comment = User Profiles
  path = /path/to/profile
  [homes]
  comment = Home Directories
  path = /path/to/profile/data
our include files look like this:
  logon path = //servername/Profiles/%U
>From...