r11750: More comments.
authorRafal Szczesniak <mimir@samba.org>
Wed, 16 Nov 2005 20:53:54 +0000 (20:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:22 +0000 (13:46 -0500)
(This used to be commit d277b13ced0983d67b22d78e06d692a966e3c6f1)

source4/libnet/libnet_rpc.h

index fd65985b137d4c61da1e802032ad5cd7d17e0a9f..708084cf58934e2a1c6d0237129add9cf3fc00d6 100644 (file)
  */
 
 enum libnet_RpcConnect_level {
-       LIBNET_RPC_CONNECT_SERVER,      /* connect to a standalone rpc server */
-       LIBNET_RPC_CONNECT_PDC,          /* connect to a domain pdc */
-       LIBNET_RPC_CONNECT_BINDING      /* specified binding string */
+       LIBNET_RPC_CONNECT_SERVER,       /* connect to a standalone rpc server */
+       LIBNET_RPC_CONNECT_PDC,          /* connect to a domain pdc (resolves domain
+                                           name to a pdc address before connecting) */
+       LIBNET_RPC_CONNECT_BINDING       /* specified binding string */
 };
 
 struct libnet_RpcConnect {