diff options
author | Pascal Terjan <pterjan@mageia.org> | 2018-02-18 21:18:18 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2018-02-18 21:18:18 +0000 |
commit | df496d361b44376dfd01fad371c04b906bdbc714 (patch) | |
tree | 6b9514cab925e2b4d75f08e896f9127b77e8bd8b /modules/catdap | |
parent | b7ab736e1254824be67a29c654a691207feb9fcf (diff) | |
download | puppet-df496d361b44376dfd01fad371c04b906bdbc714.tar puppet-df496d361b44376dfd01fad371c04b906bdbc714.tar.gz puppet-df496d361b44376dfd01fad371c04b906bdbc714.tar.bz2 puppet-df496d361b44376dfd01fad371c04b906bdbc714.tar.xz puppet-df496d361b44376dfd01fad371c04b906bdbc714.zip |
Prevent changing email for now
Diffstat (limited to 'modules/catdap')
-rw-r--r-- | modules/catdap/templates/catdap_local.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index 29090b0e..9e0cede5 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -82,7 +82,6 @@ Controller::User: - cn - sn - givenName - - mail - mobile - mailForwardingAddress - sshPublicKey @@ -93,6 +92,7 @@ Controller::User: - uidNumber - gidNumber - homeDirectory + - mail skip_attrs: - objectClass - krb5Key |