summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-03-13 16:30:39 +0000
committerVolker Lendecke <vlendec@samba.org>2004-03-13 16:30:39 +0000
commit146d674c2ce78ddb2e3e5a63ad4f2e53b52d093e (patch)
tree667bf1abc6da977a8e5ee59873afd88a2a5c0509 /source3/include/ntdomain.h
parent309c0a65b7de7311a5032d6a8e41c9eb039af2aa (diff)
downloadsamba-146d674c2ce78ddb2e3e5a63ad4f2e53b52d093e.tar.gz
samba-146d674c2ce78ddb2e3e5a63ad4f2e53b52d093e.tar.bz2
samba-146d674c2ce78ddb2e3e5a63ad4f2e53b52d093e.zip
Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo and
enum_aliases to passdb. create and delete are not yet filled, you have to do this with net groupmap and net idmap restore. Volker (This used to be commit f44bf63d1143ddf6a1a2fdc15a301e0dc0840d50)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index eaedc7ea9b..4e6795a85d 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -382,13 +382,6 @@ typedef struct
} rid_name;
-struct acct_info
-{
- fstring acct_name; /* account name */
- fstring acct_desc; /* account name */
- uint32 rid; /* domain-relative RID */
-};
-
/*
* higher order functions for use with msrpc client code
*/