1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +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 used to be commit 17136a88c326bf338f948a67c92bb048c5a148af)
This commit is contained in:
Andrew Bartlett 2002-08-06 10:10:54 +00:00
parent db20fa5d4e
commit 9542ef87c0

View File

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