r8480: fixed a typo
[samba.git] / source4 / librpc / idl / drsuapi.idl
index af503d8288f1f309b477683227452de3d3d2d9af..1eaa242ff0cf14c7b47346fd55e783b9fce9c7fe 100644 (file)
@@ -379,8 +379,8 @@ interface drsuapi
                DRSUAPI_ATTRIBUTE_unicodePwd            = 0x0009005a,/* ntPwdHash */
                DRSUAPI_ATTRIBUTE_ntPwdHistory          = 0x0009005e,
                DRSUAPI_ATTRIBUTE_lmPwdHistory          = 0x000900a0,
-               DRSUAPI_ATTRIBUTE_objectCategory        = 0x0009030e,
-               DRSUAPI_ATTRIBUTE_
+               DRSUAPI_ATTRIBUTE_objectCategory        = 0x0009030e
+               /* DRSUAPI_ATTRIBUTE_ */
        } drsuapi_DsAttributeId;
 
        /* Generic DATA_BLOB values */
@@ -919,6 +919,14 @@ interface drsuapi
                drsuapi_DsReplicaObject object;
        } drsuapi_DsReplicaObjectListItem;
 
+       /*
+        * please note the the current idl
+        * for DsAddEntry does only parse 
+        * what I saw between 2 w2k3 boxes
+        * in my dssync experiments I got some other replies
+        * so all I want to say is that this is very incomplete yet...
+        * --metze
+        */
        typedef struct {
                drsuapi_DsReplicaObjectListItem first_object;
        } drsuapi_DsAddEntryRequest2;