summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-01-31 11:49:29 +0000
committerAndrew Tridgell <tridge@samba.org>2002-01-31 11:49:29 +0000
commit3a1a53c88ae2ed0994b59a6dba9538daed900c29 (patch)
tree6cb632bf384041505d3d627c23303bd35394e7c1 /source3/nsswitch/winbindd_nss.h
parent8fff9a4b9e9104815ac83a768e0ab258e788cf5a (diff)
downloadsamba-3a1a53c88ae2ed0994b59a6dba9538daed900c29.tar.gz
samba-3a1a53c88ae2ed0994b59a6dba9538daed900c29.tar.bz2
samba-3a1a53c88ae2ed0994b59a6dba9538daed900c29.zip
added 'wbinfo --sequence' to show sequence numbers of all domains
(This used to be commit bcd234a3dad2cd3d1c57780f4a7a3833ea611764)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 76a2406ae9..7a0926a035 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -92,6 +92,8 @@ enum winbindd_cmd {
WINBINDD_INFO, /* Various bit of info. Currently just tidbits */
WINBINDD_DOMAIN_NAME, /* The domain this winbind server is a member of (lp_workgroup()) */
+ WINBINDD_SHOW_SEQUENCE, /* display sequence numbers of domains */
+
/* Placeholder for end of cmd list */
WINBINDD_NUM_CMDS