naming: prefer displayName over cn/sn
Compare changes
- Dr Rich Wareham authored
Now we have on-boarded users, move away from being compatible with the authenticator to using displayName in preference to cn/sn. Closes #5
+ 25
− 32
@@ -38,26 +38,6 @@ def get_names(*, uid, display_name=None, cn=None, sn=None):
@@ -73,6 +53,19 @@ def get_names(*, uid, display_name=None, cn=None, sn=None):
@@ -102,30 +95,30 @@ def get_names(*, uid, display_name=None, cn=None, sn=None):