home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / protocol / kerberos / 882 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.protocols.kerberos
  2. Path: sparky!uunet!stanford.edu!ISI.EDU!prasad
  3. From: prasad@ISI.EDU (Prasad Upasani)
  4. Subject: Re: admin_acl_file
  5. Message-ID: <CMM.0.90.2.722568535.prasad@atg.isi.edu>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Reply-To: prasad@ISI.EDU
  8. Organization: USC Information Sciences Institute.
  9. Date: Tue, 24 Nov 1992 01:28:55 GMT
  10. Lines: 27
  11.  
  12. > Is format of the admin_acl_file documented any where?  The man pages
  13. > for kadmin, kadmind and kpasswd all seem to be null.  Are there
  14. > any version 5 beta #2 man pages for these yet?
  15.  
  16. There is a sample admin_acl_file that comes with the v5 beta release.
  17. It is in kadmin/server.
  18.  
  19. The format is:
  20. #       Administrator Access Control List
  21. #       Format:
  22. #       Name    Privileges      Comments
  23. #       Where Privileges is a string containing one or more of
  24. #               "a"             Add New Principals
  25. #               "c"             Change Passwords
  26. #               "d"             Delete Current Principals
  27. #               "i"             Inquire About Existing Principals
  28. #               "m"             Modify Existing Principals
  29. #               "*"             All Privileges
  30. #jqsample/admin@realm   *
  31. #tomjones/admin@realm   acim    # Note - May Not Delete
  32.  
  33. Note that this file should be put in /krb5 along with the KDC
  34. database.
  35.  
  36. -Prasad
  37.