You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,7 +51,7 @@ Currently the following is working/tested:
51
51
The gokrb5 libraries use the same krb5.conf configuration file format as MIT Kerberos, described [here](https://web.mit.edu/kerberos/krb5-latest/doc/admin/conf_files/krb5_conf.html).
52
52
Config instances can be created by loading from a file path or by passing a string, io.Reader or bufio.Scanner to the relevant method:
53
53
```go
54
-
import"github.com/jcmturner/gokrb5/config"
54
+
import"gopkg.in/jcmturner/gokrb5.v1/config"
55
55
cfg, err:= config.Load("/path/to/config/file")
56
56
cfg, err:= config.NewConfigFromString(krb5Str) //String must have appropriate newline separations
0 commit comments