support/genhomedircon: support usr prefixed paths
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
b215f46531
commit
c781fb74c9
|
@ -43,7 +43,7 @@
|
|||
import sys, pwd, getopt, re, os
|
||||
from subprocess import getstatusoutput
|
||||
|
||||
EXCLUDE_LOGINS=["/sbin/nologin", "/bin/false"]
|
||||
EXCLUDE_LOGINS=["/sbin/nologin", "/usr/sbin/nologin", "/bin/false", "/usr/bin/false"]
|
||||
|
||||
|
||||
def getStartingUID():
|
||||
|
|
Loading…
Reference in New Issue