cpu (1.4.1-1) unstable; urgency=low A bug in the software has been corrected: now the configuration variable USER_CN_STRING is actually read and used, whereas in version 1.4.0 it was mistakenly ignored, defaulting to "cn". As such it is likely that cpu will not be able to find your users and modify them, if you created them with one of the affected versions of this software. As a workaround you can set USER_CN_STRING to "cn" to make it work again. If you want to change the value back to for instance "uid" you have to modify all your users. An example ldif entry to change dn: cn=foobar,ou=People,dc=domain,dc=com into dn: uid=foobar,ou=People,dc=domain,dc=com would be: --- dn: cn=foobar,ou=People,dc=domain,dc=com changetype: moddn newrdn: uid=foobar deleteoldrdn: 0 --- -- Guido Trotter Fri, 26 Sep 2003 10:13:31 +0200