https://bugzilla.wikimedia.org/show_bug.cgi?id=54074
Tim Landscheidt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected], | |[email protected] Resolution|FIXED |--- Summary|$HOME not abbreviated |Remove trailing slashes in | |LDAP's service user | |homedirs Severity|normal |trivial --- Comment #3 from Tim Landscheidt <[email protected]> --- Looking at <https://wikitech.wikimedia.org/w/index.php?title=Special:NovaProject&action=configureproject&projectname=tools>, the service user homedir pattern is set to "/data/project/%u", so no trailing slashes shouldn't have a side effect. So we should just clean up the database once and remove the workaround then. Andrew, Ryan, we need: - For all service users in the Tools project, - if the homedir has a trailing slash, - remove it. Actual output at the moment is: | scfc@tools-login:~$ getent passwd local-wikilint | local-wikilint:x:50420:50420:local-wikilint:/data/project/wikilint/:/bin/bash | scfc@tools-login:~$ Expected output is: | scfc@tools-login:~$ getent passwd local-ggu | local-ggu:x:50961:50961:local-ggu:/data/project/ggu:/bin/bash | scfc@tools-login:~$ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
