Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 675
    • Issues 675
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 199
    • Merge Requests 199
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #522

Closed
Open
Opened Jan 25, 2011 by Seung Soo Mun@emun

Winbind max clients

Squid can not authenticate users because winbind does not allow more than 200 connections to DC.
Then, samba and squid need to be restarted.

[2011/01/16 19:59:18.519139, 0] winbindd/winbindd.c:916(winbindd_listen_fde_handler)
winbindd: Exceeding 200 client connections, no idle connection found

samba-3.5.6\source3\include\local.h defines the next constant:

/* Max number of simultaneous winbindd socket connections. */
#define WINBINDD_MAX_SIMULTANEOUS_CLIENTS 200

You can change the above constant to a greater value and recompile:
> http://samba.2283325.n4.nabble.com/winbind-MAX-CLIENT-CONNECTION-td3086373.html

Or you can apply a patch to add max-clients switch or winbind max clients conf file option:
> http://samba.2283325.n4.nabble.com/PATCH-s3-runtime-maximum-winbindd-simultaneous-clients-td2537477.html

Or wait until samba 3.6 with winbind max clients conf file option:
> http://git.samba.org/?p=samba.git;a=commit;h=a554efc92e54d3e94fa1656df85209eba11c83d3

(from redmine: issue id 522, created on 2011-01-25, closed on 2011-03-08)

  • Changesets:
    • Revision d8095541 on 2011-02-07T20:18:27Z:
main/samba: backport configurable max num of winbindd clients

ref #522
  • Revision 9fbcada9 on 2011-02-07T20:29:19Z:
main/samba: backport configurable max num of winbindd clients

ref #522
  • Revision 3639ac66 on 2011-03-07T13:36:46Z:
main/samba: backport configurable max num of winbindd clients

fixes #522
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 2.1.5
Milestone
Alpine 2.1.5 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#522