Re: ldap account going through approval process ?

2016-12-01 Thread T.J. Yang
https://gitlab.com/gitlab-org/gitlab-ce/issues/25239 On Sunday, November 20, 2016 at 1:25:00 PM UTC-6, Aleksey Tsalolikhin wrote: > > > On Tuesday, October 11, 2016 at 3:36:53 PM UTC-5, T.J. Yang wrote: >> >> Hi >> >> I have ldap backend server configured and one can create gitlab account >>

Re: ldap account going through approval process ?

2016-11-20 Thread Aleksey Tsalolikhin
On Tuesday, October 11, 2016 at 3:36:53 PM UTC-5, T.J. Yang wrote: > > Hi > > I have ldap backend server configured and one can create gitlab account > automatically if the ldap account is valid. > Is it possible the auto-create still going through administrator's > approval first then auto-create

Re: ldap account going through approval process ?

2016-11-15 Thread T.J. Yang
Hi Aleksey On Tuesday, November 15, 2016 at 7:42:54 AM UTC-6, Aleksey Tsalolikhin wrote: > > Sorry, tj, cold you please remind me what you are trying to accomplish? > Do you want anyone with an LDAP account to be able to sign up for GitLab > without administrator involvement? > I (as gitlab

Re: ldap account going through approval process ?

2016-11-15 Thread Aleksey Tsalolikhin
Sorry, tj, cold you please remind me what you are trying to accomplish? Do you want anyone with an LDAP account to be able to sign up for GitLab without administrator involvement? On Tue, Nov 15, 2016 at 2:43 AM, T.J. Yang wrote: > I went through a few runs of version

Re: ldap account going through approval process ?

2016-11-15 Thread T.J. Yang
I went through a few runs of version gitlab CE since 10/15/2016. Now the auto account creation is created locked mode. Administrator will need to unlock the newly created account. On Saturday, October 15, 2016 at 8:40:25 AM UTC-5, Aleksey Tsalolikhin wrote: > > Perhaps run "sudo gitlab-ctl

Re: ldap account going through approval process ?

2016-10-15 Thread Aleksey Tsalolikhin
Perhaps run "sudo gitlab-ctl reconfigure" ? ᐧ -- Need training on CFEngine, Git or Time Management? Email train...@verticalsysadmin.com. On Sat, Oct 15, 2016 at 12:19 AM, T.J. Yang wrote: > Thanks for the pointer to setting of block_auto_created_users. > > 1. set it to

Re: ldap account going through approval process ?

2016-10-15 Thread T.J. Yang
Thanks for the pointer to setting of block_auto_created_users. 1. set it to true and restart gilab 8.12.6 [root@re02 ~]# grep block_auto_created_users /etc/gitlab/gitlab.rb block_auto_created_users: true # block_auto_created_users: false # gitlab_rails['omniauth_block_auto_created_users']

Re: ldap account going through approval process ?

2016-10-11 Thread Aleksey Tsalolikhin
I was just in my /etc/gitlab/gitlab.rb yesterday and I remember seeing a setting like that... Check block_auto_created_users in your ldap server definition. On Oct 11, 2016 1:36 PM, "T.J. Yang" wrote: > Hi > > I have ldap backend server configured and one can create