Doxygen comment fix.
authorRafal Szczesniak <mimir@samba.org>
Wed, 7 Jan 2004 22:43:36 +0000 (22:43 +0000)
committerRafal Szczesniak <mimir@samba.org>
Wed, 7 Jan 2004 22:43:36 +0000 (22:43 +0000)
rafal

source/auth/auth_domain.c

index 0f34bcc0e2a20062c56b95ba4afb5491351ac444..0bf2031a374122f750a653f2f3abfa66e70f5bdc 100644 (file)
 extern BOOL global_machine_password_needs_changing;
 
 /**
- * Connect to a remote server for domain security authenticaion.
+ * Connect to a remote server for (inter)domain security authenticaion.
  *
  * @param cli the cli to return containing the active connection
  * @param server either a machine name or text IP address to
  *               connect to.
+ * @param setup_creds_as domain account to setup credentials as
+ * @param sec_chan a switch value to distinguish between domain
+ *                 member and interdomain authentication
  * @param trust_passwd the trust password to establish the
- *                       credentials with.
+ *                     credentials with.
  *
  **/