From: joey <> Date: Sat, 20 Nov 2004 18:49:25 +0000 (+0000) Subject: Added the German "von" as common lastname prefix X-Git-Tag: debian_userdir-ldap_0-3-8~47 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=3d6e8662945b586676fa28e9776c84f4fd7ca550 Added the German "von" as common lastname prefix --- diff --git a/userdir_ldap.py b/userdir_ldap.py index 215d8e8..72d9762 100644 --- a/userdir_ldap.py +++ b/userdir_ldap.py @@ -27,7 +27,7 @@ Ech_MainLog = ConfModule.ech_mainlog; userdir_gpg.SetKeyrings(string.split(ConfModule.keyrings,":")); # This is a list of common last-name prefixes -LastNamesPre = {"van": None, "le": None, "de": None, "di": None}; +LastNamesPre = {"van": None, "von": None, "le": None, "de": None, "di": None}; # SSH Key splitting. The result is: # (options,size,modulous,exponent,comment) @@ -356,4 +356,3 @@ def GetUID(l,Name,UnknownMap = {}): return (None,None); -