Exemple #1
0
 def __init__(self, conf, map_name=None, automount_mountpoint=None):
     if map_name is None: map_name = config.MAP_SSHKEY
     super(FilesSshkeyMapHandler,
           self).__init__(conf,
                          map_name,
                          automount_mountpoint=automount_mountpoint)
     self.map_parser = file_formats.FilesSshkeyMapParser()
Exemple #2
0
 def GetParser(self):
     """Returns a MapParser to parse FilesSshkey cache."""
     return file_formats.FilesSshkeyMapParser()