]> eyrie.org Git - kerberos/heimdal-kadm5.git/commit
Fixed bug with disable and enable leading to mask problems
authorJon Robertson <jonrober@stanford.edu>
Fri, 5 Feb 2010 22:01:18 +0000 (14:01 -0800)
committerJon Robertson <jonrober@stanford.edu>
Fri, 5 Feb 2010 22:01:18 +0000 (14:01 -0800)
commitd683899f0b5880a88dc5322d2222d4c973f02808
tree4ca9058e4871236708604ad51781a1710d6a257b
parenta95b8059d3f008a8df49d1195d068b06e1fc8649
Fixed bug with disable and enable leading to mask problems

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.
Kadm5.pm