Hello Ed,
sure! Here are my short howto, which works in our env. with an M$ Active
Directory Server:
O. I used the dev. builds of the version 3.0.3 with the Red5 Server
version 1.0.3-SNAPSHOT under the hood. ;-)
1. I changed OpenMeetings to RTMS and HTTPS, you can change the ports of
OM by using
this was the behavior of old code
and I leave it "as is"
this is the example:
ldap_user_attr_phone=_bad_telephoneNumber
so you telling OM to get value of "totally" non-existent attribute
On 7 July 2014 21:11, Michael Wuttke
wrote:
> Hello Maxim,
>
> Sorry, but I didn’t get it!
>
> I don't wa
Hello Maxim,
Sorry, but I didn’t get it!
I don't want to store the the 'telephoneNumber'/'phone' in the OM db and
I don't want to store the 'description' (firstname & lastname) from
AD/LDAP in om.addresse.addtionalname which, is obviously in the OM GUI
the field of the street number.
How can I
i'm afraid i't not an issue
Currently if attribute mapping is absent the default mapping is used
Maybe you can use sort of "bad" mapping for your config
not sure :(
On 7 July 2014 19:19, Michael Wuttke
wrote:
> Hello,
>
> If I am using OpenMeetings via LDAP as a normal user, two small issu
Hello,
If I am using OpenMeetings via LDAP as a normal user, two small issues
occurred during the process of data sync/mapping. Only three attributes
should be mapped to the OM database: lastname/sn, firstname/givenName &
mail/mail. But 'description' from AD/LDAP is mapped to 'street number'
/'add
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Juan,
Thanks a lost for your hint,
Michael
Am 07.07.2014 12:54, schrieb Juan Carrera:
> Sure, for moodle module version 2013032500 (OM 2.x) in
> openmeetings_gateway.php there are two ocurrences of:
> '&externalUserId='.$userId . You should
Sure,
for moodle module version 2013032500 (OM 2.x) in
openmeetings_gateway.php there are two ocurrences of:
'&externalUserId='.$userId .
You should change it to:
'&externalUserId='.urlencode($username) .
That way externalUserId is not anymore
Hello Juan,
could you provide your modifications you made in the Moodle plugin her
in the user mailing list?
Thanks,
Michael
Am 07.07.2014 08:24, schrieb Juan Carrera:
> Hi, With OM 2.x we modified Moodle plugin to use moodle username
> instead of moodle id and we create OM users in a nightly
Thanks for sharing this :)
I will release 3.0.3 as soon as red5 1.0.3 will be released (should be
before Jul, 19)
On 7 July 2014 13:24, Juan Carrera wrote:
> Hi,
> With OM 2.x we modified Moodle plugin to use moodle username instead
> of moodle id and we create OM users in a nightly cron,