r15937: Currently, we don't use nor support distinguished call levels, so remove
authorRafal Szczesniak <mimir@samba.org>
Mon, 29 May 2006 21:53:59 +0000 (21:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:42 +0000 (14:08 -0500)
them until we do such thing. There's no need to complicate things more
at the moment.

rafal
(This used to be commit 94fb191e6b862a6b05bc962c56a0a3d34a67f6b7)

source4/libnet/libnet_user.h

index 23ced096b48e3f44d8adb8889595956103135c42..46fce0660acb2a7d716f3e9c6ca318ce99160261 100644 (file)
 */
 
 
-enum libnet_CreateUser_level {
-       LIBNET_CREATE_USER_GENERIC,
-       LIBNET_CREATE_USER_SAMR,
-};
-
-
 struct libnet_CreateUser {
-       enum libnet_CreateUser_level level;
-
        struct {
                const char *user_name;
                const char *domain_name;
@@ -37,15 +29,8 @@ struct libnet_CreateUser {
        } out;
 };
 
-enum libnet_DeleteUser_level {
-       LIBNET_DELETE_USER_GENERIC,
-       LIBNET_DELETE_USER_SAMR,
-};
-
 
 struct libnet_DeleteUser {
-       enum libnet_DeleteUser_level level;
-
        struct {
                const char *user_name;
                const char *domain_name;