-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To support krb5 a new credential service is required to get the `realm`, as well as `kdc` in addition to `username` and `password`. This adds: ``` <credentials> <credential type="up" service="krb5"> <username>scanuser</username> <password>mypass</password> <realm>myrealm</realm> <kdc>mykdc</kdc> </credential> </credentials> ```
- Loading branch information
1 parent
71f5a5f
commit a7f352c
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters