Applies to: Centrify Identity Service, Mac Edition
Question:How can I configure Multi-User smart card support?
Answer:Centrify has introduced multi-user smart card support. To configure this feature, perform the following steps:
- Edit the centrifydc.conf file located at /etc/centrifydc/centrifydc.conf and add the following parameter:
- smartcard.name.mapping: true
- Restart Centrify adclient with the following command:
- sudo /usr/local/share/centrifydc/bin/centrifydc restart
- Run the following adquery command, and verify that the "altsecidentity" attributes are displayed in the output:
- adquery user -A user.name
- Note: replace "user.name" with an actual Active Directory username. Example: adquery user -A john.smith
- Test the configuration by running the following command:
- sctool -a user.name
- Note: replace "user.name" with an actual Active Directory username. Example: sctool -a john.smith
- If the command returns as successful, users should now be able to log into the Mac at the login window. To do so, at the login window, place the AD user's username into the "Username" field, and the user's PIN into the password field.