kadm5/kadmin: Add read-only mode
Now we can have read-only kadmind instances.
This commit is contained in:
@@ -833,11 +833,12 @@ typedef struct krb5_verify_opt {
|
||||
struct krb5_krbhst_data;
|
||||
typedef struct krb5_krbhst_data *krb5_krbhst_handle;
|
||||
|
||||
#define KRB5_KRBHST_KDC 1
|
||||
#define KRB5_KRBHST_ADMIN 2
|
||||
#define KRB5_KRBHST_CHANGEPW 3
|
||||
#define KRB5_KRBHST_KRB524 4
|
||||
#define KRB5_KRBHST_KCA 5
|
||||
#define KRB5_KRBHST_KDC 1
|
||||
#define KRB5_KRBHST_ADMIN 2
|
||||
#define KRB5_KRBHST_CHANGEPW 3
|
||||
#define KRB5_KRBHST_KRB524 4
|
||||
#define KRB5_KRBHST_KCA 5
|
||||
#define KRB5_KRBHST_READONLY_ADMIN 6
|
||||
|
||||
typedef struct krb5_krbhst_info {
|
||||
enum { KRB5_KRBHST_UDP,
|
||||
|
Reference in New Issue
Block a user