Attribute Name |
Description |
---|---|
ldap_server |
Specify the IP address of the eDirectory LDAP server that AFP connects to at install time. Example: <ldap_server>192.168.1.2</ldap_server> |
cifs_ldap_port |
Specify the LDAP port of the server specified in the ldap_server tag. Example: <cifs_ldap_port t="integer">636</cifs_ldap_port> |
use_secure_port |
Set this to 'yes' if the LDAP port is mentioned in cifs_ldap_port tag is a secure port, else no. Example: <use_secure_port>yes</use_secure_port> |
create_new_user |
Set this value to 'yes' when you want to create a CIFS proxy user at install time. Example: <create_new_user>no</create_new_user> |
use_ocs_for_credentials |
Set to 'yes' when you want to store the CIFS proxy user credentials in the OCS store. Setting it to 'no' will store the credentials in an encrypted file locally. It is recommended to use OCS to store the CIFS Proxy user credentials. Example: <use_ocs_for_credentials>yes</use_ocs_for_credentials> |
server_context |
Specify the context of the local NCP server. Example: <server_context>ou=wdc,o=acme</server_context> |
cifs_edir_contexts |
Specify a list of CIFS User contexts that are searched when the CIFS user enters a user name for authentication. The server searches through each context in the list until it finds the user object. Example: <cifs_edir_contexts t="list"> <listentry>ou=wdc,o=acme</listentry> <listentry>ou=prv,o=acme</listentry> </cifs_edir_contexts> |
subtree_search |
Set this value to 'yes' when you want to enable the subtree search feature. Example: <subtree_search>no</subtree_search> |
usercontext_rights |
Set this to 'yes' for CIFS proxy user to grant search rights over user contexts. This is required for subtree search feature. Example: <usercontext_rights>yes</usercontext_rights> |