In GitLab EE you can make a group admin automatically
http://doc.gitlab.com/ee/integration/ldap.html#enabling-the-admin-group-feature

Best regards,
Sytse Sijbrandij
CEO GitLab B.V.


On Fri, Feb 27, 2015 at 7:47 PM, Maneesh M P <manees...@gmail.com> wrote:
> As soon as admins login, ideally admin should be able to see all the groups
> and projects. But that is not the case, the creator of the group has to
> manually add admin as member for admin to see that group.
>
> Thanks,
> Maneesh
>
>
>
> On Friday, February 27, 2015 at 6:37:37 AM UTC-8, Daniel Serodio wrote:
>>
>> This is the bug I mentioned:
>> https://github.com/gitlabhq/gitlabhq/issues/8713
>>
>> Where are you unable to see all namespaces, under Admin Area or under
>> Explore?
>>
>> Regards,
>> Daniel Serodio
>>
>> On Thursday, February 26, 2015 at 7:18:23 PM UTC-3, Maneesh M P wrote:
>>>
>>> It is not just about creating projects on all namespaces, being an admin
>>> I am not able to view all the namespaces which are already created as well
>>> :(
>>>
>>> Thanks,
>>> Maneesh
>>>
>>> On Thursday, February 26, 2015 at 2:17:16 PM UTC-8, Maneesh M P wrote:
>>>>
>>>> Thanks for the reply. Is the bug exists in the issue tracker ? if not I
>>>> would like to submit one.
>>>>
>>>> Thanks,
>>>> Maneesh
>>>>
>>>> On Thursday, February 26, 2015 at 11:02:14 AM UTC-8, Daniel Serodio
>>>> wrote:
>>>>>
>>>>> To make a LDAP user an admin, you should use the Rails console like
>>>>> this:
>>>>>
>>>>> sudo gitlab-rails console
>>>>> u = User.find_by_username("maneesh")
>>>>> u.admin = true
>>>>> u.save
>>>>> exit
>>>>>
>>>>> This may or may not solve your problem, because there's a bug where
>>>>> even being an admin, you can't create projects on all namespaces.
>>>>>
>>>>> HTH,
>>>>> Daniel Serodio
>>>>>
>>>>> On Thursday, February 26, 2015 at 1:44:14 AM UTC-3, Maneesh M P wrote:
>>>>>>
>>>>>> I have integrated gitlab with our organization LDAP. How can I make a
>>>>>> LDAP user as admin ?
>>>>>> I have migrated around 200+ repos (which categorized under 16 groups)
>>>>>> from gitolite to gitlab. If I have to make a user owner of all the 
>>>>>> repos, I
>>>>>> have to go click each group and add a member.
>>>>>> Is there a easier way ?
>>>>>>
>>>>>> Thanks,
>>>>>> Maneesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "GitLab" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gitlabhq+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/gitlabhq/bca9c884-8f9e-4492-9c6f-61bec53b382b%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CAJTzhG9vmVqT8MWKnMaQ%3DnY53fXE2aSqpAV3NPg6iUfOnfVGww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to