Using LDAP from 10.5 Server with Joomla

Has anybody successfully used the LDAP from 10.5 server with Joomla?
Here is another post in Joomla's forums asking the same thing
http://forum.joomla.org/viewtopic.php?f=473&t=260357

I've had some success with the LDAP integrated into Joomla 1.5. Although, Joomla currently appears to require an email address during validation. So, if you don't have email addresses in the OSX LDAP database, a user can not fully login even if the username and password is correct).
Here are my sanitized settings
Host: hostname.domain.tld , e.g. [email protected]
Port: 389
LDAPV3: yes
Negotiate TLS: no
Follow Referrals: no
Authorization Method : "Bind and Search"
BaseDN: cn=users,dc=hostname,dc=domain,dc=tld , e.g. dc=myserver,dc=mydomain,tld=com or whatever OD LDAP is set for.
Search String : uid=[search] // I do not know if this is valid.
UserDN: uid=[username],dc=hostname,dc=domain,dc=tld
Connect username:
Connect password:
Map full name: cn
Map email : email
Map userid : uidnumber
When you enable the module, you should see an OD LDAP log entry
Something like
May 29 2008 19:04:33 USER: {0x4230826a3fffffff0000000f0000000a, username} is the current user.
May 29 2008 19:04:33 AUTH2: {0x4135826cffffffff0000000a0000000a, username} CRAM-MD5 authentication succeeded.
May 29 2008 19:24:11 RSAVALIDATE: success.
If you don't get any log messages, LDAP has rejected the query outright.
Regards,
Jay Vicory

Similar Messages

  • Issue listeneing queue from Weblogic Cluster server with multiple managed server

    Haveing issue listeneing queue from Weblogic Cluster server with multiple managed server.
    Weblogic Cluster structure is like
    Weblogic Cluster01
      --ManagedServer01(http://server01.myhost.com:7001)
      --ManagedServer02(http://server02.myhost.com:7001)
    JMS Servers
      JMSserver01 targeting: ManagedServer01
      JMSserver02 targeting: ManagedServer02
      JMSmodule
      ConnectionFactory01 targeting:JMSserver01,JMSserver02
      UDQueue01 targeting:JMSserver01,JMSserver02
    Uniform Distributed Queue in Monitoring tab showing like this
      mysystemmodule!JMSserver01@UDQueue01
      mysystemmodule!JMSserver02@UDQueue01
    So when I am sending message to any Host(by specifying the provider URL) its distributing equally on both server like
      mysystemmodule!JMSserver01@UDQueue01 10
      mysystemmodule!JMSserver02@UDQueue01 10
    But when try to listen message from these queue, it is listening from one server, for which URL given to connect.
      mysystemmodule!JMSserver01@UDQueue01 0
      mysystemmodule!JMSserver02@UDQueue01 10
    untill I connect to other server by giveing its URL, will not able to access other message left on the queue.
    Solutions that tried
      1) we have tried give both server URL coma sparated in provider URL
    we need to configur same scenario for 5 managed server with 3 listener on other servers.
    Do any one have solution for this.

    You need to have:
    1. Consumers connected to each UDQ member
    OR
    2. If no consumers in some of the members is expected, you can configure Forward Delay (specify the amount of time, in seconds, that a queue member with messages, but with no consumers, will wait before forwarding its messages to other queue members that do have consumers):
    http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/taskhelp/jms_modules/distributed_queues/ConfigureUDQGeneral.html
    For example you can set it to 10 (10s)
    Additional Information here:
    http://docs.oracle.com/cd/E23943_01/web.1111/e13727/dds.htm#i1314228
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13951/mbeans/DistributedQueueBean.html?skipReload=true#ForwardDelay
    How Does JMS Load Balancing Work with Distributed Queues and Uniform Distributed Queues? (Doc ID 827294.1)
    I hope this helps
    Best Regards
    Luz

  • Use a SQL 2012 database server with Reporting Services 2008?

    Hello, we have a SQL Server 2008 R2 Reporting Services Standard server with the reporting databases running on a SQL Server 2008 Standard database server. I would like to upgrade the database server to SQL Server 2012 before I upgrade the reporting server.
    Can I run SQL Server 2008 R2 Reporting Services against a 2008-version database running on a SQL 2012 database server? Thanks for your help.

     
    Hi Nicole
    Thanks for your posting.
    Are you asking if we can connect from SSRS 2008 r2 to a database sitting on SQL Server 2012.  Am I right?, please ignore me if I misunderstood your question. If that is your question
    then I think you will be able to using BIDS 2008, I have created A database on SQL Server 2012 and I use that database table inside  my SSRS 2008 R2 dataset. I can even think that you can use a database of compatibility level of 2012(110) as well
    Many thanks
    Syed Qazafi Anjum

  • URGENT ! Using Sun's J2EE RI Server with MS SQL Server 2000

    I'm using the J2EE Server that comes with the J2EE 1.3.1 package from Sun. I'm trying to load a datasource using the free MS SQL Server 2000 Driver for JDBC, but I'm always getting this error (I've run out of ideas so maybe someone in this forum can help):
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: nested exception is: javax.ejb.EJBException: Unable to connect to database. No suitable driver; nested exception is: javax.ejb.EJBException: Unable to connect to database. No suitable driver ...
    I'm using MS SQL Server 2000 Driver for JDBC, my classpath setting is:
    CLASSPATH=D:\j2sdk1.4.0_01\jre\lib\ext\mysql-connector-j-2.0.14;D:\MS-JDBC-Driver\lib\msbase.jar;D:\MS-JDBC-Driver\lib\mssqlserver.jar;D:\MS-JDBC-Driver\lib\msutil.jar;E:\Installers\Java Related\jdbc dirvers\JSQLConnect3_27\JSQLConnect.jar
    I have the same J2EE_CLASSPATH setting in my userconfig.bat file.
    I've loaded this driver class in deploytool:
    com.microsoft.jdbc.sqlserver.SQLServerDriver
    and my connection url is:
    jdbc:microsoft:sqlserver://localhost:1433;databasename=test
    What's weird is that I've also tested these settings with a simple Java Application and they worked fine, but when I try to use the same for the j2ee server from sun, I always get the annoying "no suitable driver" error.
    If anyone has ever come up with a solution that works, please help. You may post you reply here or better yet, email me at [email protected]
    Thanks a lot in advance !

    Hi,
    The error "no suitable driver" occurs when something goes wrong with the connection URL.so make sure that u are using the correct URL format (check if any of the info is case sensitive etc) or atleast try other URL alternatives (for MS jdbc driver).
    try these changes only through deployment tool->tools->server configuration->datasources->standard.(instead of editing resource.properties directly).
    last not the least - make sure that there is NO "rem" keyword before "set J2EE_CLASSPATH" in the userconfig.bat file :)
    HTH,
    - asharafkk

  • Is there a possibility to retreve Data from the OPC Server with the XML Interface

    Is there a possibility to connect a OPC/DA server with the help of the XML interface with Labview?
    I need to retrieve Data from a OPC Server running on Linux, so i got no Dcom System an I need to use XML. The server is running and with OPC client-tools i can access de different data. So now I want to visualize all Data
    that come from that server on Labview.
    1. Is it possible to realize that?
    2. Is a library or a demo vi available ?
    Regards
    Densel

    Hi Densel,
    Sure, you can use XML within LabVIEW, the question is which syntax do you use?
    Are you able to send the XML statements via TCP/IP?
    Regards, Christian

  • Using HP Jetdirect 300X print server with OS 10.4 Ethernet/Airport?

    I am trying to speed up my connection to my older HP 5MP Postscript printer by switching to an HP Jetdirect 300X print server. I was previously printing through a Farralon ethernet-to-Localtalk adapter, but this can be very slow and I found that printing from a PC to this printer over its parallel port was about 20 times faster (it would sometimes take up to 50 minutes to print one document over the ethernet-to-Localtalk adapter). HP claims that this Jetdirect 300X print server will be even faster than printing from a PC and I will still be able to use Postscript from the Macs.
    BUT, HP does not give adequate info how to set up this print server with a Mac network, despite recommending it. The info I have found so far seems to require being a PC systems and network administrator to understand it. (very high-techese) Does anyone have experience setting this up with OS 10.4? I do still have one old Mac running OS 9 that I can set up in a pinch if I have to, but I would prefer to be able to get rid of OS 9 completely. I also have one computer with Windows XP Home Edition if I can use that to set up the server and then operate it with Macs.
    The newer Macs are iMac G5, Powerbook G4, and G4 DA Tower. I do not currently have a router, except for an Airport Express. My various computers are linked together with an 8-port ethernet hub, with the Airport Express serving as a bridge to the Airport-equipped Macs.

    I'm not familiar with the JetDirect, but I can tell you that I have an HP Laserjet 4m at work set up to receive print jobs from both our Macs and PCs.
    We have it hooked up to a Windows 2000 PC which is sharing the printer. The same concept would apply to XP. Just install the printer and then share the printer. Keep the share name short (something like HP5 or so - OSX does not seem to like long shared printer names). As long as you have at least OSX 10.3 you can use the Printer Setup Utility to to Add a printer. Select Windows shared printers. Locate the Windows XP printer on the network and have the Mac connect to it. You'll see the shared printer in the list. Select the driver and add the printer.
    You'll need to have file sharing established on the XP computer, or at least the printer sharing and you will want to use the account that the computer logs in to. You'll also need a printer driver on the Mac side. HP does not have this. However, there are several drivers available for HP printers under CUPS (Common Unix Printing System). Do a Google search for "Gutenprint" and you'll get the website for the drivers. You'll want to have that installed before adding the printer in OSX.
    BTW, it won't work with OS9, unless you have DAVE or some other Win/Mac application that allows communication between PCs and Macs.
    It's a small amount of work, but the drivers are free which I imagine is probably a lot cheaper than the JetDirect.

  • Snow leopard using documents from a windows server, I will have problems if I update to lion

    Hi all,
    I am working with my Macbook with Snow Leopard and I use files from windows server 2008 and also the accountance program reside on it, we always acceed by smb. I have not updated my Mac OX to Lion because I am frightened about lost my conection to this computers. Could I update or it is better to remain into Snow Leopard.
    Thanks in advance

    http://www.apple.com/pr/ may also have the answer when Apple is ready to reveal it.
    Apple's "free" updates have typically been on http://www.apple.com/macosx/uptodate/
    Consider first if you are ready for Lion by reading this tip.  It is doubtful that not being ready for Lion will mean you'll be ready for Mountain Lion.

  • Using Modbus TCP I/O Server with new DSC Shared Variables in LabVIEW 8.6

    Hello,
    I'm using LabVIEW 8.6 and want to communicate with a Beckhoff BK9000 Ethernet TCP/IP Bus Coupler via Modbus TCP. Instead of using the NI Modbus Library, I've tried the new LabVIEW 8.6 feature "DSC Shared Variables" as described at the bottom of this page: Latest NI LabVIEW DSC Module Features and Demos. Reading of analog input bus terminals works fine. However, I haven't figured out yet how to write on an anolog output bus terminal with these shared variables.
    It's about a 16 bit analog output and I need to write to the registers 0x1121 and 0x0801. It works with the NI Modbus Library (just using function code 6 and choosing the registers), but on the other hand I don't know which shared variables I have to choose for these registers. I've tried several data items (e.g. 400001 upwards as well as 402049 for 0x0801) but none of them worked. I would be glad for a short explanation - thanks in advance for your support!
    Regards
    utechle

    The Beckhoff documentation says, that holding registers start with 0x0800. I've checked this by using the NI Modbus Library. I used the "MB Ethernet Master Query.vi" togehter with the function code 6 for "Write Single Registers", changed the settings of the starting address to hexadecimal view and entered 801 (since it starts with a control byte in 0x0800 and the data out word follows in 0x0801). Furthermore, I had to address register 0x1121 in the same way for resetting the watchdog. As I've mentioned in my first post, this method works fine. However, I haven't found out yet which shared variables i have to use for accessing these registers.
    On the other hand, it's no problem to read data from analog input bus terminals using shared variables. They start with 0x0000 (status byte) and 0x0001 (data in word) and I can read data with the shared variable and data item 300001, respectively.
    Message Edited by utechle on 01-27-2009 11:12 PM

  • Using skype from a home phone with a connect me ad...

    have some quewstion about  this program:
    Can i transfer over my vonage phone number (and do i get a phone number)?
    Can i call landlines and mobiles?
    is the $59.99 price for unlimited the total price for the year?
    Do I Have to get a phone from you?
    Is the 200 international minutes a one time occurance or is it 200 minutes a month?

    src wrote:
    I need to access and use Skype from overseas, and am considering buying a a Chinese phone called the X10.  It's an unlocked quad-band GSM phone - which is fine - supports GPRS & WiFi, but is not 3G. It supports Java but is not Android.  Can anyone tell me what I should be looking for in features that will allow Skype use, and what I should avoid? Many thanks.  Steve
    You probably want an Android or iPhone for use with the Skype mobile apps.  Phones with the Symbian operating system - mostly Nokia phones - can also use a Skype app, but lacks some of the features available in the Android or iPhone versions.  If you are able to confine your use to Skype to WiFi, not having 3G or 4G/LTE on your mobile phone is probably not an issue. 
    I have a Nokia N8 mobile phone, which uses the Symbian operating system.  Nice phone, compatible with GSM/UMTS networks around the world.  The Skype app for it is not great, but works on WiFi or 3G data networks.  What I ended up doing was also purchasing an iPod Touch, which is compatible with apps for the iPhone, and a WiFI hotspot app for my N8.  Then I use Skype on the iPod, connecting to the Internet through the N8's hotspot app via WiFi.  It takes two devices in this case to use Skype, but I'm making use of the better Skype app on the iPod over the N8.  Or I can just use the iPod if I have access to WiFi wherever I happen to be. 
    Hope that helps!
    Patrick
    Location/Ubicacion: Arizona USA
    Time Zone/Hora Local: UTC/GMT -7
    If this message has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.
    Si esto mensaje le ha ayudado, por favor haga clic en "Aceptar como solución". Si encuentra un mensaje útil, por favor "Da Kudos" al final del mensaje, por lo que esta información puede beneficiar a otros.
    I am not a Skype employee. No soy un empleado de Skype.

  • How to use my reports on report server with Portals

    Hi,
    I would like Portal to run my reports from the report server. I have have set up the report server in Portals using the Manage Components. Where do I go from there? Is there a way to just call those reports? and will I be able to use my configuration file (on report server)?
    Any assistance is appreciated. Thanks.
    ~Vannette

    Take a look at the Report Security Objects under the Admin tab.
    That has 4 or 5 portlets which helps u run the report from ur server.

  • Failed to use LDAP over SSL MUTUAL AUTHENTICATION with some Directory enable SSL.

    In iPlanet Web Server, Enterprise Edition Administration's guide, chapter 5: secure your web server - Using SSL and TLS protocol specifying that the Administrator server camn communicate LDAP over SSL with some Directory enable SSL.
    Is there any way to configure iplanet Administration server to talk ldap/ssl in mutual authentication mode with some directory?

    Hi,
    Sorry, I could not understand what your are trying to do with iWS.
    Could you please berifly explain your question. So that I can help you.
    Regards,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • Use of IIS as HTTP server with IOP

    11.1.2.0 Install documentation includes information on using Oracle HTTP as a proxy for access to the IOP J2EE server.
    IIS is the client's standard. Can I get documentation for how to install this with IIS instead of Oracle HTTP Server (OHS)?
    Thank you.

    IIS as webserver is not certified currently for IOP and we do have plans to certify in the future. It is not certified yet, but we are not aware of anything that would prevent customers from using it. So, you could follow the EPM foundation services user-guide to setup and try.

  • Sharing a Calendar from Mountain Lion server with Snow Leopard users on local network

    Hello.
    I have a new Mac Mini Server running Mountain Lion Server and I want to create a shared calender for a mix of Lion, Mountain Lion and Snow Leopard users on our local network. Does anyone have any info on how to do this? I have tried using the Server App and Calender Help within the applications, but the content isn't available. I have managed to create a Shared Calender  from the Mini's Calendar App where I've  added users and I can see a 'wireless' transmit icon to the right of the Calendar name - but I cant get any of the users' iCal or Calendar apps to recognise the Calendar on the local network. I've also created a Location in the Server App under Calendar and still can't see anything on the local network. Am I missing something really obvious?
    Thanks in advance!

    Sorry, I hadn't explained everything fully. I don't want to open up my VPN to friends and family. I do have the router assigning the NAS a fixed IP, so that when I connect over the VPN I can use the local IP address to connect, as you have mentioned.
    What I would like is for my friends or family to connect to my server over AFP or SMB using the public IP of my network, which my router then forwards onto my server, and display the available sharepoints configured using Mountain Lion server. However, the NAS drive is not an available option this way as it has a separate IP to the server.
    As the NAS alllows guest access, I also don't want to configure the router to forward a specific port to it, as this way it will be open to the internet. I wanted to try and use my server as an authentication point, with profiles set using Mountain Lion server, and limited to file sharing services only.
    Hope this makes sense.

  • Using footage from DVD disc shot with sony handycam

    I'm trying to import some footage that was shot with a sony handycam. The camera records directly onto a mini DVD disc. I put the disc in and copied the files onto my desktop. When I import the files into FCP, it recognizes the .vob files, but not the other ones.....so, all I have in FCP is the video, but no audio. Any ideas on how to get the audio into FCP? Trying to avoid playing the mini DVD disc on a player and recording the audio, then importing that and then trying to sync....but will resort to that if necessary.
    Thanks in advance.

    Get MPEG Streamclip (its free) from www.versiontracker.com. Use this to convert the files from your handycam to QuickTime videos using the DV codec.
    Be aware that there will be a loss in quality as you convert your MPEG-2 videos to an editable format. Its unavoidable, and the reason professionals do not use direct to DVD cameras.

  • VersioningError when Using JDBC driver for SQL Server with RMI

    Hi,
    I wrote a simple class for inserting rows into a database. The database is SQL Server 2000, and I am using weblogic's mssqlserver4 driver. The class works fine, but when I try to export the class as a remote object (using Sun's RMI implementation, not Weblogic RMI), I get the following error:
    Exception in thread "main" weblogic.common.internal.VersioningError: No WebLogic packages defined in CLASSPATH at weblogic.common.internal.VersionInfo.<init>(VersionInfo.java:35) at weblogic.version.<clinit>(version.java:18)
    at weblogic.jdbc.common.internal.FileProxy.initFileHandles(FileProxy.java:30) at weblogic.jdbc.mssqlserver4.BaseConnection.prepareConnection(BaseConnection.java:215)
    at weblogic.jdbc.mssqlserver4.Driver.newConnection(Driver.java:34) at weblogic.jdbc.mssqlserver4.ConnectDriver.connect(ConnectDriver.java:151) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:171)
    Can anyone tell me why this happens? What is difference between using the driver standalone and using it with RMI? Does it have anything to do with the fact that I'm using Javasoft RMI and not Weblogic RMI? I'm pretty sure I have the classpaths set up correctly.
    Thanks,
    Bo

    Bo Min Jiang wrote:
    Hi,
    I wrote a simple class for inserting rows into a database. The database is SQL Server 2000, and I am using weblogic's mssqlserver4 driver. The class works fine, but when I try to export the class as a remote object (using Sun's RMI implementation, not Weblogic RMI), I get the following error:
    Exception in thread "main" weblogic.common.internal.VersioningError: No WebLogic packages defined in CLASSPATH at weblogic.common.internal.VersionInfo.<init>(VersionInfo.java:35) at weblogic.version.<clinit>(version.java:18)
    at weblogic.jdbc.common.internal.FileProxy.initFileHandles(FileProxy.java:30) at weblogic.jdbc.mssqlserver4.BaseConnection.prepareConnection(BaseConnection.java:215)
    at weblogic.jdbc.mssqlserver4.Driver.newConnection(Driver.java:34) at weblogic.jdbc.mssqlserver4.ConnectDriver.connect(ConnectDriver.java:151) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:171)
    Can anyone tell me why this happens? What is difference between using the driver standalone and using it with RMI? Does it have anything to do with the fact that I'm using Javasoft RMI and not Weblogic RMI? I'm pretty sure I have the classpaths set up correctly.
    Thanks,
    BoHi. Show me the whole stacktrace of the exception. The issue seems to be the driver licensing
    code, which is looking for the bea.license file, and not finding it. Have your code run a System command
    to find and print out the classpath it thinks is in effect. You will then see if the license file is there.
    Joe

Maybe you are looking for

  • In my D7160 printer, the black cartridge is not working.

    My Photosmart D7160, the black ink cartridge suddenly stop working. Like it was empty. It is shown as full. I removed it and realized that it has ink inside. I replaced it with a new one and it doesn't work either. What is the problem?

  • What are the units of the DAQmx counter?

    Hello, I created this VI and several similar ones a few months ago, but, I have forgotten some of what I did back then.  I believe that this VI should measure period, using the counter on the DAQ chassis.  Can anyone tell me the units of the period m

  • Error message on LR5 CC startup

    Same problem in LR4 and in LR5: On startup, I get a long error message in computer code. The message appears over the LR screen as I last used it. I cannot do anything in LR because of the error message--not even choose File/Quit. I must Force Quit t

  • Course (stepping) line width and opacity using paintbrush tool with stylus control enabled

    why are my lines jaggy/stair-steppy at the ends when i use the paintbrush tool? I have Photoshop touch for phone loaded on my Samsung Galaxy Note i717 running Android v4.0.4. I enabled stylus control for both size and opacity. Rather than having line

  • Flas player 11 installed but not working

    the adobe flash player 11 was just installed but i can not use it for games or videos what can i do?