summaryrefslogtreecommitdiff
path: root/php/README
diff options
context:
space:
mode:
Diffstat (limited to 'php/README')
-rw-r--r--php/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/php/README b/php/README
index d8e42eb..55099e2 100644
--- a/php/README
+++ b/php/README
@@ -118,12 +118,13 @@ FULL INTERFACE
effect on connections that are already open. Returns true on
success, false on failure.
- For current GSS-API implementations, this will affect not only all
- subsequent open() calls for the same object, but all subsequent
- remctl connections of any kind from the same process, and even other
- GSS-API connections from the same process unrelated to remctl. This
- is due to a limitation in the GSS-API that makes this setting a
- global setting for the process or thread.
+ If the remctl client library was built against a Kerberos library
+ and the GSS-API library supported gss_krb5_import_cred, this call
+ affects only this connection object. Otherwise, this will affect
+ not only all subsequent open() calls for the same object, but all
+ subsequent remctl connections of any kind from the same process, and
+ even other GSS-API connections from the same process unrelated to
+ remctl.
Not all GSS-API implementations support setting the credential
cache. If this is not supported, false (for failure) will be