Displaying 6 results from an estimated 6 matches for "nologon".
Did you mean:
nologin
2014 Sep 10
1
Dovecot can't read mail, creates duplicate directories
...tc/dovecot/conf.d/auth-ldap.conf.ext
auth_username_format = %Lu
passdb {
driver = ldap
args = /etc/dovecot/dovecot-ldap.conf.ext
}
userdb {
driver = static
args = uid=504 gid=505 home=/var/vmail/%u
}
[joliver at localhost ~]$ grep vmail /etc/passwd
vmail:x:504:505:Vmail:/var/vmail:/sbin/nologon
--
***********************************************************************
* John Oliver http://www.john-oliver.net/ *
* *
***********************************************************************
2008 Jun 08
4
OT: really dumb question about APC UPS
We have about 4 servers connected to an APC UPS. The UPS only has one
UPS connection. So my question is, in a power outage how do i get all
my servers to safely shutdown? Do i run a USB hub? Do i write a script
on the one machine connected to turn off all the other machines? I'm
confused.
Jamie
2003 Jul 18
1
Continuing problem with domain trusts
Setup:
Samba3beta3 domain (NEWDOM) with a single PDC. No winbind activated.
Uses smbpasswd for user authentication.
Windows 2K AD (OLDDOM) domain with two DCs.
I've been struggling to get a trust established one way with these two
domains. Since I have a native W2K AD domain, I have to use AD domain tools
to establish the trusts. I followed the documentation regarding creating a
2009 Mar 28
1
APCUPSD port 3551 permission problem
...ime in seconds between annoying users to signoff prior to
# system shutdown. 0 disables.
ANNOY 300
# Initial delay after power failure before warning users to get
# off the system.
ANNOYDELAY 60
# The condition which determines when users are prevented from
# logging in during a power failure.
# NOLOGON <string> [ disable | timeout | percent | minutes | always ]
NOLOGON disable
# If KILLDELAY is non-zero, apcupsd will continue running after a
# shutdown has been requested, and after the specified time in
# seconds attempt to kill the power. This is for use on systems
# where apcupsd cannot...
2010 Aug 17
6
enable client to join domain with no or any password?
I am trying to automate W7 joining to our Samba domain. It works fine
through the Windows GUI from the W7 workstations. However, for a script
one would have to store password used for domain access, and since that
is the server's root password, I really don't want to hard code that
into a file.
Is there a way to set (temporarily) a Samba server so that it will
accept (admin/anything) as
2004 Jun 16
0
Password change problem, Samba 3.0.4
...-c "Samba User Account" -s /bin/bash -g staff
delete user script = /usr/sbin/pw userdel %u
add group script = /usr/sbin/pw groupadd %g
delete group script = /usr/sbin/pw groupdel %g
add machine script = /usr/sbin/pw useradd %u -d /dev/null -c "Samba Machine Account" -s /sbin/nologon -g machines
logon script = logon.bat
logon path = \\%L\Profiles\%U
logon drive = H:
domain logons = Yes
os level = 65
lm announce = No
preferred master = Yes
domain master = Yes
dns proxy = No
invalid users = bin, deamon, sys, man, toor, operator, tty, kmem, games, sshd, smmsp, mailnull,...