diff options
author | Andreas Schneider <asn@samba.org> | 2011-08-19 18:10:29 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-08-21 09:08:25 -0400 |
commit | 61ada700a6ad010846b132d866c66220e6379054 (patch) | |
tree | bdcf9da432dc302d5c276ae192fc50fe6332e23c /source3/librpc | |
parent | 177db0a8802842a0eb9801622bee9f4c1592ef88 (diff) | |
download | samba-61ada700a6ad010846b132d866c66220e6379054.tar.gz samba-61ada700a6ad010846b132d866c66220e6379054.tar.bz2 samba-61ada700a6ad010846b132d866c66220e6379054.zip |
s3-id_cache: Use better names for id cache management ops
The IDMAP term is normally associated with Winbind's idmap stuff.
These functions deal with id caching not id mapping.
Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index b0c4245b39..53aabfad21 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -35,9 +35,9 @@ interface messaging MSG_REQ_DMALLOC_LOG_CHANGED = 0x000C, MSG_SHUTDOWN = 0x000D, - MSG_IDMAP_FLUSH = 0x000E, - MSG_IDMAP_DELETE = 0x000F, - MSG_IDMAP_KILL = 0x0010, + ID_CACHE_FLUSH = 0x000E, + ID_CACHE_DELETE = 0x000F, + ID_CACHE_KILL = 0x0010, /* Changes to smb.conf are really of general interest */ MSG_SMB_CONF_UPDATED = 0x0021, |