Zubastic
Zubastic
Will this implemented at 2.5 release?
Well, I try to release Referral Chase... So at windows it created via register LDAP_OPT_REFERRAL_CALLBACK callback: ```c# private int ProcessDereferenceConnection( IntPtr PrimaryConnection, IntPtr ConnectionToDereference) { if (ConnectionToDereference != (IntPtr) 0...
So how we could implement it in windows? At novell I handle LdapReferralException and recreate it with new base DN + new connection. I think this is overkill for this...
Well, I had similar issue, like @alexandraohlson. Here quick fix: client.go - here add func ```go func CreateNew() GitLaber { return new(Client) } ``` issue.go - here replace all `gitlab.DefaultClient`...
Fixed allmost issues in fork https://github.com/Zubastic/gitlab-copy
> You mean the kvno in the ticket encrypted data? There's no guarantee it'll be present, or match what's in the keytab unfortunately. In most cases the keytab version doesn't...