summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2004-01-07 22:43:36 +0000
committerRafal Szczesniak <mimir@samba.org>2004-01-07 22:43:36 +0000
commit22457718b684a895834eab924d463a3b1e3ce0b1 (patch)
tree81ece19dcf9654428a9e3e195ccaa9520bd4bebb /source3/auth
parent66da12e11807e072ec7dd51bb60bd1b5df7fd6f5 (diff)
downloadsamba-22457718b684a895834eab924d463a3b1e3ce0b1.tar.gz
samba-22457718b684a895834eab924d463a3b1e3ce0b1.tar.bz2
samba-22457718b684a895834eab924d463a3b1e3ce0b1.zip
Doxygen comment fix.
rafal (This used to be commit b5e492b8eaf7cefe185d44b6c708f96ff61bd27b)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_domain.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 0f34bcc0e2..0bf2031a37 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -27,13 +27,16 @@
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.
*
**/