I want to do a little cleanup in our imail database. Due to multiple cooks with their fingers in the stew and
some of them not following the recipe correctly our database is a little messy (In my opinion).
 
I'm wondering if I do:
 
update domain_database
set userid = lower(userid)
 
update domain_database
set fullname = replace(userid,'.',' ')
 
Would doing this have any adverse effects? We're running 8.12 on W2k with MSSQL. Utilizing LDAP for address book creation and lookup.
 
I really don't want to go through the whole domain and fix everything 1 user at a time.
 
 

Reply via email to