src/pyams_ldap/plugin.py
changeset 8 bbc24a6bd6f0
parent 2 68423cd701bb
child 16 59c957423fe8
--- a/src/pyams_ldap/plugin.py	Wed May 20 12:26:01 2015 +0200
+++ b/src/pyams_ldap/plugin.py	Wed Jun 17 09:57:26 2015 +0200
@@ -204,7 +204,7 @@
         if not self.enabled:
             return None
 
-    def get_principal(self, principal_id):
+    def get_principal(self, principal_id, info=True):
         if not self.enabled:
             return None
         if not principal_id.startswith(self.prefix + ':'):