%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/modules/ |
Current File : //usr/lib/python2.7/site-packages/salt/modules/kerberos.pyc |
� ���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z e j e � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d d � Z d � Z d d � Z d S( u� Manage Kerberos KDC :configuration: In order to manage your KDC you will need to generate a keytab that can authenticate without requiring a password. .. code-block:: bash # ktadd -k /root/secure.keytab kadmin/admin kadmin/changepw On the KDC minion you will need to add the following to the minion configuration file so Salt knows what keytab to use and what principal to authenticate as. .. code-block:: yaml auth_keytab: /root/auth.keytab auth_principal: kadmin/admin i ( t absolute_importt print_functiont unicode_literalsNc C@ s# t j j j d � r t St d f S( Nu kadminu<