En este ejemplo, se agrega una regla para el usuario "Bill" y después se enumeran las reglas:
hostname:> configuration services smb hostname:configuration services smb> create hostname:configuration services rule (uncommitted)> set use_nss=false hostname:configuration services rule (uncommitted)> set user=Bill hostname:configuration services rule (uncommitted)> set directory=/export/wdp hostname:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks, ou=Engineering,CN=myhome" hostname:configuration services rule (uncommitted)> commit hostname:configuration services smb> list RULE NSS USER DIRECTORY CONTAINER rule-000 false Bill /export/wdp dc=com,dc=fishworks, ou=Engineering,CN=myhome
El carácter & coincide con el nombre de usuario de los usuarios, mientras que el carácter ? coincide con la primera letra del nombre de usuario del usuario. En el siguiente ejemplo, se usan comodines para que haya coincidencia con todos los usuarios:
hostname:configuration services smb> create hostname:configuration services rule (uncommitted)> set use_nss=false hostname:configuration services rule (uncommitted)> set user=* hostname:configuration services rule (uncommitted)> set directory=/export/?/& hostname:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks, ou=Engineering,CN=myhome" hostname:configuration services rule (uncommitted)> commit hostname:configuration services smb> list RULE NSS USER DIRECTORY CONTAINER rule-000 false Bill /export/wdp dc=com,dc=fishworks, ou=Engineering,CN=myhome
hostname:configuration services smb> create hostname:configuration services rule (uncommitted)> set use_nss=true hostname:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks, ou=Engineering,CN=myhome" hostname:configuration services rule (uncommitted)> commit hostname:configuration services smb> list RULE NSS USER DIRECTORY CONTAINER rule-000 true dc=com,dc=fishworks, ou=Engineering,CN=myhome