From cd31938846b5fc86a8d0a087dc6785b909e4e41e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 1 Jul 2014 21:15:23 +0200 Subject: [PATCH] Disable password change and register on the portal --- .../e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035portal | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035portal diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035portal b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035portal new file mode 100644 index 0000000..a7068a9 --- /dev/null +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035portal @@ -0,0 +1,9 @@ +{ + +# Portal elements +$conf->{'portalDisplayRegister'} = 0; +$conf->{'portalDisplayResetPassword'} = 0; + +$OUT = ''; + +}