Revision 857e6618
Added by Marc Dequènes almost 15 years ago
- ID 857e6618eddcd8047ea5ba13bea62e6e2bef9599
conf/ldap_shadows/shadows/MilkyPond/objects/bot.conf | ||
---|---|---|
classes: ['bot']
|
||
sort_by: uid
|
||
possible_aspects: ['primary', 'mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
|
||
default_parent: "unit/SpecialAccounts"
|
||
presentation:
|
||
hidden_attributes: ['uid']
|
||
expert_attributes: ['uidNumber', 'gidNumber', 'gecos']
|
conf/ldap_shadows/shadows/MilkyPond/objects/domain.conf | ||
---|---|---|
prefix: ''
|
||
classes: ['genericDomain']
|
||
sort_by: cn
|
||
parent_handle_restrictions: "^(unit/Domains|(individual|bot)/.+)$"
|
||
default_parent: "unit/Domains"
|
||
|
conf/ldap_shadows/shadows/MilkyPond/objects/individual.conf | ||
---|---|---|
classes: ['individual']
|
||
sort_by: uid
|
||
possible_aspects: ['primary', 'mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
|
||
parent_handle_restrictions: "^unit/People$"
|
||
default_parent: "unit/People"
|
||
presentation:
|
||
hidden_attributes: ['uid']
|
||
expert_attributes: ['uidNumber', 'gidNumber', 'gecos']
|
conf/ldap_shadows/shadows/MilkyPond/objects/secondary_account.conf | ||
---|---|---|
classes: ['secondaryAccount']
|
||
sort_by: uid
|
||
possible_aspects: ['mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
|
||
parent_handle_restrictions: "^(unit/SpecialAccounts|(individual|bot|domain)/.+)$"
|
||
default_parent: "unit/SpecialAccounts"
|
||
|
conf/ldap_shadows/shadows/MilkyPond/objects/system_account.conf | ||
---|---|---|
classes: ['systemAccount']
|
||
sort_by: uid
|
||
possible_aspects: ['mail', 'fs', 'shell', 'ftp', 'web', 'jabber']
|
||
default_parent: "unit/SpecialAccounts"
|
||
presentation: {}
|
conf/ldap_shadows/shadows/MilkyPond/objects/top_entity.conf | ||
---|---|---|
prefix: ''
|
||
classes: ['entity', 'dcObject']
|
||
sort_by: o
|
||
parent_handle_restrictions: "^$"
|
||
presentation:
|
||
name_attribute: o
|
Also available in: Unified diff
[evol] added restriction on parents for MP objects