X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fgid.py;h=3b1f96c25240e5fccba86712e6728c92a0bf92f6;hb=bf41d25b95a9146611ad72e348f6bf0b8e9ffc2f;hp=f4c0cb13624a0c068bbaa1988b96709876a19f5e;hpb=3d0e82ae791b91dc8aea671c0d9c3613febf8e68;p=sfa.git diff --git a/sfa/trust/gid.py b/sfa/trust/gid.py index f4c0cb13..3b1f96c2 100644 --- a/sfa/trust/gid.py +++ b/sfa/trust/gid.py @@ -74,13 +74,14 @@ class GID(Certificate): # @param string If string!=None, load the GID from a string # @param filename If filename!=None, load the GID from a file # @param lifeDays life of GID in days - default is 1825==5 years + # @param email Email address to put in subjectAltName - default is None def __init__(self, create=False, subject=None, string=None, filename=None, uuid=None, hrn=None, urn=None, lifeDays=1825, email=None): self.uuid = None self.hrn = None self.urn = None self.email = None # for adding to the SubjectAltName - Certificate.__init__(self, lifeDays, create, subject, string, filename, email=email) + Certificate.__init__(self, lifeDays, create, subject, string, filename) if subject: logger.debug("Creating GID for subject: %s" % subject) if uuid: