Skip to content

issues Search Results · repo:go-ldap/ldap language:Go

Filter by

267 results
 (84 ms)

267 results

ingo-ldap/ldap (press backspace or delete to remove)

Hello, We are using a LDAP server configured in RFC2307 schema, in which the group membership is defined by another way as follows: dn: cn=Admin,ou=groups,dc=mydomain,dc=dev cn: Admin gidnumber: 500 ...
  • anaxdev
  • Opened 
    on Feb 3
  • #547

package main import ( fmt log github.com/go-ldap/ldap/v3 ) func main() { ldapServer := localhost l, err := ldap.DialURL(fmt.Sprintf( ldap://%s:389 , ldapServer)) if err != nil { panic(err) } ...
  • srisuman
  • 1
  • Opened 
    on Dec 4, 2024
  • #538

Discussed in https://github.com/orgs/go-ldap/discussions/533 div type= discussions-op-text sup Originally posted by p0dalirius October 11, 2024 /sup Hi, Has anyone been able to connect to a remote Windows ...
  • p0dalirius
  • 13
  • Opened 
    on Nov 13, 2024
  • #536

Hi, Has anyone been able to connect to a remote Windows Server LDAP service using Kerberos from a linux machine using this library? From what I understand this should be feasible, but I can t find a working ...
  • VITEK-THE-BEST
  • 1
  • Opened 
    on Nov 13, 2024
  • #535

Dear all, I experienced some weird issue recently, it looks like some kind of locking inside ldap library but i m not sure. i prepared a code snippet to reproduce the issue, what it does is: - it ...
  • iredmail
  • 11
  • Opened 
    on Nov 8, 2024
  • #534

LDAP Result Code 65 Object Class Violation : attribute uniqueMember not allowed / AddUserToGroup 添加用户到分组 func (x GroupService) AddUserToGroup(dn, udn string) error { //判断dn是否以ou开头 if dn[:3] == ou= { return ...
  • iyongfei
  • 2
  • Opened 
    on Oct 10, 2024
  • #532

Consider the following struct excerpt: Value string `ldap: attributeName ` CValue string `ldap: c-attributeName ` // is COLLECTIVE When processed through entry.Unmarshal, both COLLECTIVE ...
enhancement
question
  • JesseCoretta
  • 1
  • Opened 
    on Aug 30, 2024
  • #530

The number of records returned does not match what is stored in AD Using page-by-page retrieval of users from the directory I get only 3533 out of 7000. What could be the reason? Here is an example: ...
question
  • GZ91
  • 2
  • Opened 
    on Aug 26, 2024
  • #529

Could you please clarify how to CORRECTLY set the timeout for the ldapsearch operation. I see SearchRequest.TimeLimit . As far as I can tell, this option limits the maximum duration of ldapsearch, but ...
  • fpawel
  • 2
  • Opened 
    on Aug 20, 2024
  • #528

I am trying to perform the gssapi bind using go-ldap library. I followed below steps 1)create the keytab with ktpass command ktpass /princ ldap/serv_acc-AD@EXAMPLE.LOCAL /mapuser serv_acc /pass Welcome1! ...
  • chapcoder
  • 9
  • Opened 
    on Aug 13, 2024
  • #525
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub