1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Back out idra's change (at his request) - the values in the tdb *should* be

upper cased already.

However, if you created your registry tdb in the very early versions of jerry's
patch, you could find that usrmgr doesn't function.  Simply delete the
registry.tdb, it will be recreated on startup.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett -
parent 3b0e60e522
commit 17136a88c3

View File

@ -248,7 +248,7 @@ int regdb_fetch_reg_keys( char* key, REGSUBKEY_CTR *ctr )
/* convert to key format */
pstring_sub( path, "\\", "/" );
/*strupper_m( path );*/
strupper_m( path );
dbuf = tdb_fetch_by_string( tdb_reg, path );