diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-06 12:02:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:28 -0500 |
commit | 8943299838365916b9e72c60c8cfc18e1997d5e5 (patch) | |
tree | de0cd40adaa5439ac55026c06f19a8e1ddbf070f /source4/librpc/idl | |
parent | 42cf0af75853648a232928a9df2a6e8f5fe4377e (diff) | |
download | samba-8943299838365916b9e72c60c8cfc18e1997d5e5.tar.gz samba-8943299838365916b9e72c60c8cfc18e1997d5e5.tar.bz2 samba-8943299838365916b9e72c60c8cfc18e1997d5e5.zip |
r4564: added a comment on lsa_EnumAccounts IDL
(This used to be commit 08d7b77efc05571146c54322e684753ccd4cd2d6)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 97f1899bec..cb3457de89 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -230,6 +230,9 @@ ); /******************/ + /* NOTE: This only returns accounts that have at least + one privilege set + */ /* Function: 0x0b */ typedef struct { dom_sid2 *sid; |