From f9a76976268dff38efe37044578dd7ac94dc3944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be> Date: Wed, 3 Aug 2016 10:31:09 +0200 Subject: [PATCH] Fixes #5047 Added git-shell in default shell list --- plugins/config/class_configInLdap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/config/class_configInLdap.inc b/plugins/config/class_configInLdap.inc index a48d5a61c..2bf44fa25 100644 --- a/plugins/config/class_configInLdap.inc +++ b/plugins/config/class_configInLdap.inc @@ -456,7 +456,7 @@ class configInLdap extends simplePlugin 'fdShells', FALSE ), array('/bin/ash','/bin/bash','/bin/csh','/bin/sh','/bin/ksh', - '/bin/tcsh','/bin/dash','/bin/zsh','/sbin/nologin', '/bin/false') + '/bin/tcsh','/bin/dash','/bin/zsh','/sbin/nologin', '/bin/false', '/usr/bin/git-shell') ), new BooleanAttribute ( _('Show ACL tab on all objects'), -- GitLab