mirror of
https://github.com/samba-team/samba.git
synced 2025-07-08 16:59:09 +03:00
s4:provision.py - small output improvement
This commit is contained in:
@ -219,7 +219,7 @@ def findnss(nssfn, names):
|
||||
return nssfn(name)
|
||||
except KeyError:
|
||||
pass
|
||||
raise KeyError("Unable to find user/group %r" % names)
|
||||
raise KeyError("Unable to find user/group in %r" % names)
|
||||
|
||||
|
||||
findnss_uid = lambda names: findnss(pwd.getpwnam, names)[2]
|
||||
|
Reference in New Issue
Block a user