summaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_set_principal_realm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_set_principal_realm.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_set_principal_realm.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_set_principal_realm.txt b/doc/html/_sources/appdev/refs/api/krb5_set_principal_realm.txt
new file mode 100644
index 000000000000..0319b338aa78
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_set_principal_realm.txt
@@ -0,0 +1,54 @@
+krb5_set_principal_realm - Set the realm field of a principal.
+================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_set_principal_realm(krb5_context context, krb5_principal principal, const char * realm)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **principal** - Principal name
+
+ **[in]** **realm** - Realm name
+
+
+..
+
+
+:retval:
+ - 0 Success
+
+
+:return:
+ - Kerberos error codes
+
+..
+
+
+
+
+
+
+
+Set the realm name part of *principal* to *realm* , overwriting the previous realm.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+