Skip to content
Snippets Groups Projects
  1. Feb 05, 2010
    • Jon Robertson's avatar
      Improved dump() attributes and added KRB5_KDB_PWCHANGE_SERVICE · a84bc9c4
      Jon Robertson authored
      Added an interface to return the KRB5_KDB_PWCHANGE_SERVICE constant
      value.  This was already listed in the exportable functions, but wasn't
      defined.  Also improved the dump printing of all attributes to give an
      output more similar to the kadmin get command by converting the constant
      name to the text descriptio as seen in get.
      a84bc9c4
    • Jon C. Robertson's avatar
      WIP - Unfinished change to add more ticket types · f114b6e0
      Jon C. Robertson authored
      Work in Progress -- Adding unfinished change to sync newest version up
      for help in debugging.  This merely removes a commented out line that
      was causing errors, to make sure that people are on the same page for
      testing the cause.
      f114b6e0
    • Jon Robertson's avatar
      Cleanup and added $principal->getAttributeNames · 400cf47f
      Jon Robertson authored
      Cleaned up the code and perldocs for word wrapping.  Also added
      getAttributeNames, which wraps getAttributes, translating the bitmask into
      an array of attribute names and returning that bitmask..
      400cf47f
    • Jon Robertson's avatar
      Improved dump() output for attributes and ticket lifetime · bf1d02fb
      Jon Robertson authored
      dump() has been improved to print out the attribute constant names rather
      than the attribute bitmask itself.  Also, the two ticket lifetime values
      (lifetime and max lifetime) print out days and weeks rather than seconds.
      bf1d02fb
    • Jon Robertson's avatar
      Removed unneeded stderr message when setting realm · 3f6c063d
      Jon Robertson authored
      The realm was being printed out to stderr whenever a new connection was
      created with the realm specifically set.  This was not done with any of the
      other settings, and was cluttering up the script's error output.  That line
      has now been commented out, and can be later removed.
      3f6c063d
    • Jon Robertson's avatar
      Fixed deprecated autoload warning · 0e7b8d1c
      Jon Robertson authored
      Fixed a warning on the use of KRB5_KDB_DISALLOW_ALL_TIX in the
      Heimdal::Kadm5::Client section, where it was being loaded from the parent
      class.  No change to functionality, only specifying the specific class
      it came from to remove the warning.
      0e7b8d1c
    • Jon Robertson's avatar
      Fixed bug with disable and enable leading to mask problems · d683899f
      Jon Robertson authored
      modifyPrincipal now sets the mask to 0 if it is not given a mask, rather
      than passing along the undefined mask.  This directly affected the
      disablePrincipal and enablePrincipal functions, which would call
      modifyPrincipal without a given mask and led to problems on my system.
      d683899f
    • Jon Robertson's avatar
      Changing the dump command to more echo kadmin get · a95b8059
      Jon Robertson authored
      The format of the dump command was partially similar to the Heimdal kadmin
      get command, but there were changes in formatting and extra fields not
      present.  It now more accurately echos the get command, though does still
      need work in parsing seconds to days/weeks on two outputs and in parsing
      the attributes bitmask for values.
      a95b8059
    • Jon Robertson's avatar
      Added ability to delete enctypes from a keytab. · 2e288006
      Jon Robertson authored
      Added patch from Alf Wachsmann to add a command allowing the deletion of
      enctypes from an existing keytab.
      2e288006
  2. Aug 24, 2009
  3. Jan 28, 2007
  4. Oct 18, 2006
  5. Oct 04, 2006
  6. Sep 28, 2006
  7. Sep 05, 2005
  8. Nov 20, 2003
  9. Nov 19, 2003
  10. Nov 16, 2003
  11. Apr 23, 2003
Loading