aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_ldap.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2010-10-22Merged revisions 292787 via svnmerge from lmadsen1-9/+27
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r292787 | lmadsen | 2010-10-22 16:28:43 -0500 (Fri, 22 Oct 2010) | 21 lines Merged revisions 292786 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r292786 | lmadsen | 2010-10-22 16:16:12 -0500 (Fri, 22 Oct 2010) | 13 lines Update the LDIF file for LDAP. The LDIF file asterisk.ldif was quite a bit out of date from the asterisk.ldap-schema file, so I've now updated that to be in sync. The asterisk.ldif file being out of sync was a problem on my systems where I was doing an ldapadd to import the schema into the LDAP database, and the existing file would cause problems and ERROR messages when registering. Additional documention has been added based on feedback in the issue I'm closing. (closes issue #13861) Reported by: scramatte Patches: ldap-update.txt uploaded by lmadsen (license 10) Tested by: lmadsen, jcovert, suretec, rgenthner ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@292788 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-21Merged revisions 292557 via svnmerge from lmadsen1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r292557 | lmadsen | 2010-10-21 08:12:19 -0500 (Thu, 21 Oct 2010) | 14 lines Merged revisions 292556 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r292556 | lmadsen | 2010-10-21 08:11:52 -0500 (Thu, 21 Oct 2010) | 6 lines Change res_ldap.sample.conf to match the schema. (closes issue #17376) Reported by: jcovert Patches: res_ldap.conf.sample.patch uploaded by jcovert (license 551) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@292559 f38db490-d61c-443f-a65b-d21fe96a405b
2010-09-29Merged revisions 289336 via svnmerge from lmadsen1-3/+6
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r289336 | lmadsen | 2010-09-29 15:27:25 -0500 (Wed, 29 Sep 2010) | 9 lines Merged revisions 289334 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r289334 | lmadsen | 2010-09-29 15:24:47 -0500 (Wed, 29 Sep 2010) | 1 line Update sample documentation to note md5secret requirements. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@289337 f38db490-d61c-443f-a65b-d21fe96a405b
2009-10-10Add an additional note on TLS supportoej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@223414 f38db490-d61c-443f-a65b-d21fe96a405b
2009-10-10Adding some information on TLS supportoej1-6/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@223413 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-03Rename 'canreinvite' option to 'directmedia', with backwards compatibility.kpfleming1-2/+2
It is clear from multiple mailing list, forum, wiki and other sorts of posts that users don't really understand the effects that the 'canreinvite' config option actually has, and that in some cases they think that setting it to 'no' will actually cause various other features (T.38, MOH, etc.) to not work properly, when in fact this is not the case. This patch changes the proper name of the option to what it should have been from the beginning ('directmedia'), but preserves backwards compatibility for existing configurations. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@210190 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28closes issue #15156ghenry1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197406 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-02Update the res_ldap.conf file with a better working example.lmadsen1-2/+2
(closes issue #13861) Reported by: scramatte Patches: __20080110-res_ldap.conf-2.patch uploaded by blitzrage (license 10) Tested by: jcovert git-svn-id: http://svn.digium.com/svn/asterisk/trunk@172894 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-09Fix example schematilghman1-0/+3
(closes issue #12860) Reported by: flyn Patches: res_ldap.conf.patch uploaded by flyn (license 503) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@148120 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-11Make the sample config match the contributed LDAP schematilghman1-91/+91
(Closes issue #12421) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114088 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-18Change back to using ldap_initialize() and let the user specify a URL directly,tilghman1-7/+24
instead of trying to piece it together, badly. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@109775 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Add res_config_ldap for realtime LDAP engine.tilghman1-0/+141
(closes issue #5768) Reported by: mguesdon Patches: res_config_ldap-v0.7.tar.gz uploaded by mguesdon (license 121) res_ldap.conf.sample uploaded by suretec (license 70) asterisk-v3.1.4.ldif uploaded by suretec (license 70) asterisk-v3.1.4.schema uploaded by suretec (license 70) Tested by: oej, mguesdon, suretec, cthorner git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99696 f38db490-d61c-443f-a65b-d21fe96a405b