Project

General

Profile

« Previous | Next » 

Revision 17158fb9

Added by Marc Dequènes about 14 years ago

  • ID 17158fb9b14aea5df34afb586033250f41be20a7

[fix] MilkyPond config: s/primary/primary_account/

View differences:

conf/ldap_shadows/shadows/MilkyPond/aspects/ftp.conf
---
mapping:
classes: ['ftpUser']
depend_aspects: ['primary', 'fs']
depend_aspects: ['primary_account', 'fs']
conf/ldap_shadows/shadows/MilkyPond/aspects/primary.conf
---
mapping:
classes: ['primaryAccount']
associated_attributes: ['uid', 'allowedServices']
conf/ldap_shadows/shadows/MilkyPond/aspects/primary_account.conf
---
mapping:
classes: ['primaryAccount']
associated_attributes: ['uid', 'allowedServices']
conf/ldap_shadows/shadows/MilkyPond/aspects/shell.conf
---
mapping:
classes: ['shellUser']
depend_aspects: ['primary', 'fs']
depend_aspects: ['primary_account', 'fs']
associated_attributes: ['loginShell']
conf/ldap_shadows/shadows/MilkyPond/aspects/web.conf
---
mapping:
classes: ['webUser']
depend_aspects: ['primary']
depend_aspects: ['primary_account']
conf/ldap_shadows/shadows/MilkyPond/objects/bot.conf
prefix: ''
classes: ['bot']
sort_by: uid
possible_aspects: ['primary', 'mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
possible_aspects: ['primary_account', 'mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
default_parent: "unit/SpecialAccounts"
presentation:
hidden_attributes: ['uid']
conf/ldap_shadows/shadows/MilkyPond/objects/individual.conf
prefix: ''
classes: ['individual']
sort_by: uid
possible_aspects: ['primary', 'mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
possible_aspects: ['primary_account', 'mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
parent_handle_restrictions: "^unit/People$"
default_parent: "unit/People"
presentation:
conf/ldap_shadows/shadows/MilkyPond/translations/en.yml
ftp: "FTP Account"
jabber: "Jabber Account"
mail: "eMail Account"
primary: "Primary Account"
primary_account: "Primary Account"
shell: "Shell Account"
web: "Web Account"

Also available in: Unified diff