Also, you posted to /api/auth/GlobalAdminUser, which is missing the
"create" portion:

/api/auth/createGlobalAdminUser

On Thu, Mar 13, 2014 at 6:17 AM, Branden Visser <mrvis...@gmail.com> wrote:
> Hi Frederic, it was introduced in OAE 4.2.0. What version are you running?
>
> Thanks,
> Branden
>
> On Thu, Mar 13, 2014 at 6:08 AM, frederic dooremont
> <frederic.doorem...@univ-littoral.fr> wrote:
>> Hello,
>> i trie :
>> ADMIN_COOKIE=$(curl -s -e << /" --cookie-jar - -d"username=administrator"
>> -d"password=mdp" https://admin.oae.org/api/auth/login  | grep connect.sess |
>> cut -f 7)
>> MacBook-Pro-de-fred:~ frederic$ curl -X POST
>> -d"username=admin2&password=mdp2&displayName=Administrateur" --cookie
>> connect.sess=${ADMIN_COOKIE} -e "/"
>> https://admin.oae.org/api/auth/GlobalAdminUser
>> Cannot POST /api/auth/GlobalAdminUser
>>
>> Thanks for your help.
>> frederic
>>
>> Le 12 mars 2014 à 21:23, Branden Visser <mrvis...@gmail.com> a écrit :
>>
>> Hi Frederic, as of OAE 4.2.0 you can send a POST request to
>> /api/auth/createGlobalAdminUser on the global admin server.
>>
>> With body parameters:
>>
>> username
>> password
>> displayName
>>
>> All 3 of those parameters are required. The username / password are
>> the login credentials for the global admin UI, the displayName is the
>> full name of the administrator user.
>>
>> Thanks,
>> Branden
>>
>> On Wed, Mar 12, 2014 at 3:49 PM, frederic dooremont
>> <frederic.doorem...@univ-littoral.fr> wrote:
>>
>> Hi,
>>
>> What is the method for create several Global Administrator ?
>>
>> thanks for your help.
>> Frédéric
>>
>> Le 11 févr. 2014 à 18:09, Branden Visser <mrvis...@gmail.com> a écrit :
>>
>> Oops I read the email and didn't notice it myself. The ticket is:
>> https://github.com/oaeproject/Hilary/pull/782
>>
>> Just some small review followup required on my part and it should be merged.
>>
>> Cheers,
>> Branden
>>
>> On Tue, Feb 11, 2014 at 12:05 PM, frederic dooremont
>> <frederic.doorem...@univ-littoral.fr> wrote:
>>
>> Hi Nicolaas,
>> I think you forgot the reference [1] ;-)
>> best,
>> frederic
>> Le 10 févr. 2014 à 21:54, Nicolaas Matthijs
>> <nicolaas.matth...@caret.cam.ac.uk> a écrit :
>>
>> Hi Frederic,
>>
>> Whilst we have an internal API function that allows for a new global
>> administrator to be created, we don't currently have this exposed as a REST
>> endpoint. We've created a ticket for this at [1].
>>
>> Hope that helps,
>> Nicolaas
>>
>>
>> On 7 Feb 2014, at 15:31, Frédéric Dooremont
>> <frederic.doorem...@univ-littoral.fr> wrote:
>>
>> Hi all,
>> I'm looking for the right method to create several Global Administrator for
>> our installation OAE.
>>
>> Thank you for  your help.
>>
>> Frédéric
>>
>>
>>
>> _______________________________________________
>> oae-dev mailing list
>> oae-dev@collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>>
>>
>>
_______________________________________________
oae-dev mailing list
oae-dev@collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to