install.sh only detects local user and groups
Brought to you by:
spit2k1
Hi,
in my environment users and groups are on a LDAP server.
The install.sh script only checks for local users and
groups (etc/passwd).
This patches uses the getent tool to grep for users and
groups. his works with EVERY identity/authentication
source/type.
Regards
Daniel Fischer
install.sh getent patch