s3-passdb: Keep caches coherent
[idra/samba.git] / source3 / lib / id_cache.h
index 9aa0e03586ad1fc3134427087598a5e09178cc7f..208ce60e96b36c229db475105f415640235e7c99 100644 (file)
@@ -24,7 +24,7 @@ struct id_cache_ref {
                struct dom_sid sid;
                const char *name;
        } id;
-       enum {UID, GID, SID, NAME} type;
+       enum {UID, GID, SID, USERNAME} type;
 };
 
 bool id_cache_ref_parse(const char* str, struct id_cache_ref* id);