Ported the schema browser
This commit is contained in:
16
config/pla.php
Normal file
16
config/pla.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/**
|
||||
* These attributes will be forced to MAY attributes and become optional in the
|
||||
* templates. If they are not defined in the templates, then they wont appear
|
||||
* as per normal template processing. You may want to do this because your LDAP
|
||||
* server may automatically calculate a default value.
|
||||
*
|
||||
* In Fedora Directory Server using the DNA Plugin one could ignore uidNumber,
|
||||
* gidNumber and sambaSID.
|
||||
*
|
||||
# 'force_may' => ['uidNumber','gidNumber','sambaSID'],
|
||||
*/
|
||||
'force_may' => [],
|
||||
];
|
Reference in New Issue
Block a user