https://bugzilla.wikimedia.org/show_bug.cgi?id=65591
--- Comment #6 from Bryan Davis <[email protected]> --- From deployment-salt: $ getent passwd|cut -d: -f7|sort|uniq -c 4519 /bin/bash 11 /bin/false 18 /bin/sh 1 /bin/sync 2 /usr/sbin/nologin None of the 11 users with /bin/false shells are in ldap. They all come from the local password file. $ ldapsearch -x uid=bd808 \* + | grep loginShell loginShell: /usr/local/bin/sillyshell $ getent passwd bd808 bd808:x:3518:500:BryanDavis:/home/bd808:/bin/bash So loginShell in ldap does not seem to be the source of the shell for a user. The string "bash" does not appear in ldapsearch output for my user. Magic? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
