diff options
author | Rafal Szczesniak <mimir@samba.org> | 2004-01-07 21:47:36 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2004-01-07 21:47:36 +0000 |
commit | 6f71333c082e362caeec6c4cca483b9e2014cc22 (patch) | |
tree | 8766c428be1faee2566a1291a08a82ba2b855576 /source3/auth | |
parent | d4f81697d7e95b1fe0b7f8be10e1a87142ce6cfa (diff) | |
download | samba-6f71333c082e362caeec6c4cca483b9e2014cc22.tar.gz samba-6f71333c082e362caeec6c4cca483b9e2014cc22.tar.bz2 samba-6f71333c082e362caeec6c4cca483b9e2014cc22.zip |
Fixes to doxygen comment.
(This used to be commit 4f92db99be8feaccebe654103dd6c227c66e5bdc)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 0f34bcc0e2..31ffd88083 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 switch value to distinguish between domain + * member and interdomain authentication * @param trust_passwd the trust password to establish the - * credentials with. + * credentials * **/ |