sso_util(8) | System Manager's Manual | sso_util(8) |
sso_util
—
Kerberos — Open Directory
Single Sign On
sso_util |
command [-args ] |
sso_util
is a tool for setting up,
interrogating and removing Kerberos configurations within the Apple Single
Sign On environment. This tool can configure services, create and consume
encrypted config records and tear down Kerberos installations
Commands for sso_util
:
info command arguments:
-p
-g
-l
-L
-r
dir_node_pathconfigure command arguments:
-r
REALM-a
admin_name-p
passwordconfigure command arguments:
-u
-R
record_name-f
dir_node_path-a
admin_name-p
passwordTo configure a server in realm FOO.COM when you have the Kerberos administrator's password. Store the password in a file and set env var SSO_PASSWD_PATH to the file path
sso_util configure -r FOO.COM -a kerberos_admin all
To create a secure config record to allow the delegated administrators, Fred and Barney, to configure a server named fred.foo.com in realm FOO.COM (using an existing computer record). The Open Directory Master for foo.com is odmaster.foo.com. This can be run on any server and neither Fred nor Barney need to have the Kerberos administrator's password. Store the password in a file and set env var SSO_PASSWD_PATH to the file path.
sso_util generateconfig -r FOO.COM -R fred.foo.com -f /LDAPv3/odmaster.foo.com -U Fred,Barney -a kerberos_admin all
To use the secure config record to allow Barney to configure the server named fred.foo.com. Store the password in a file and set env var SSO_PASSWD_PATH to the file path.
sso_util useconfig -R fred.foo.com -f /LDAPv3/odmaster.foo.com -a Barney
You can add -v debug_level to any of the
sso_util
commands. Debug level 1 provides status
information, higher levels add progressively more levels of detail. The
maximum is level 7.
The sso_util
tool is used by the Apple
Single Sign On system to set up Kerberized services integrated with the rest
of the Single Sign On components.
Tue Mar 11 2003 | Darwin |