[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

AIX Fast Connect
Version 3.1 Guide

Appendix D. DCE Registry User Database

AIX Fast Connect user information (including encrypted passwords) can be kept in the DCE Registry, a centralized user database that multiple AIX Fast Connect servers can access. This database uses the Extended Registry Attribute Field to maintain encrypted passwords and user descriptions for each user.

Enable the AIX Fast Connect cifs_registy option to use this functionality on each server. The server need not be enabled for DCE/DFS authentication.

The dce_admin_user and dce_admin_keytab configuration parameters are needed for this functionality. In addition, the DCE keytab file, which allows each AIX Fast Connect server to access and update the DCE Registry User Database, is needed.

To configure and use the DCE Registry User Database, follow these steps:

  1. Install the AIX Fast Connect filesets on each server.
  2. Create the Extended Registry Attribute schema needed for this feature (needed only once for the entire DCE cell, not once per server) by following these steps:
    1. dce_login as cell_admin and run the following:
      /usr/sbin/cifsRgysetup.dcecp
    2. Use acl_edit to modify the ACLs of the new Extended Registry Attributes schema so that /.:/sec/xattrschema is fully protected from access by unauthenticated other_obj or any_other objects. Change these ACLs from r----- to ------.
  3. Set up a DCE keytab file on each AIX Fast Connect server. This file contains the DCE user name and password of the dce_admin_user account that has authority to read and write data to the Extended Registry Attribute fields of every DCE user that is also an AIX Fast Connect user. For information on setting up a DCE keytab file, see DCE/DFS Support.
  4. Configure the dce_admin_user and dce_admin_keytab parameters on each AIX Fast Connect server by running the following:
    net config /dce_admin_user:dceAdminUser
    net config /dce_admin_keytab:keytabFilename
  5. Enable the cifs_registry feature on each AIX Fast Connect server by running the following:
    net config /cifs_registry:1
  6. Restart each AIX Fast Connect server:
    /etc/rc.cifs stop
    /etc/rc.cifs start
    If any errors occur when restarting, check the /var/cifs/cifsLog file.
  7. Add AIX Fast Connect users to the database by running:
    net user /add username password /comment:"userdescription"
    or
    net user /add username  /comment:"userdescription"

With cifs_registry enabled, the net user subcommand keeps its previous syntax with the following exceptions:

Note the following:

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]