Re: LDAP-groups problem

2009-12-23 Thread Peter Herndon
On Dec 23, 2009, at 3:00 PM, Wayne wrote: > Hi, > > Many thanks for your reply. > > I did the test and it seemed that our network is working fine and I > could telnet to the directory with "Connected" feedback. What other > things we could try next? > Our next step is to work out how to make

Re: LDAP-groups problem

2009-12-23 Thread Wayne
Hi, Many thanks for your reply. I did the test and it seemed that our network is working fine and I could telnet to the directory with "Connected" feedback. What other things we could try next? Wayne > > Ralf: $ telnet ldap.example.com 636 > Trying 1.2.3.4... > Connected to ldap.example.com.

Re: LDAP-groups problem

2009-12-22 Thread Peter Herndon
On Dec 22, 2009, at 10:40 AM, Wayne wrote: > Thanks for the prompt reply. Yes, unique=True was the problem. Now I > passed the "run syncdb" and new tables were created. However, I still > could not "contact LDAP". Could somebody help me with this? That would be me. > > Thanks! > > My settin

Re: LDAP-groups problem

2009-12-22 Thread Wayne
Thanks for the prompt reply. Yes, unique=True was the problem. Now I passed the "run syncdb" and new tables were created. However, I still could not "contact LDAP". Could somebody help me with this? There could be many reasons so I want to start with loggings for Django-LDAP- Groups. Thanks! My s

Re: LDAP-groups problem

2009-12-19 Thread Peter Herndon
On Dec 18, 2009, at 10:15 AM, Peter Herndon wrote: >> >> The error message came from command: python manage.py syncdb >> Creating table ldap_groups_ldapgroup >> Traceback (most recent call last): >> > [snip] >> cx_Oracle.DatabaseError: ORA-02329: column of datatype LOB cannot be >> unique or a

Re: LDAP-groups problem

2009-12-18 Thread Wayne
Hi, Sorry for the late reply. Here is more info. Django Verstion: 1.1 Oracle Version:Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production cx_oracle for Python 2.6. Thanks for the help. Wayne On Dec 18, 10:26 am, Peter Herndon wrote: > On Dec 18, 2009, at 10:15 AM, Peter Herndon wr

Re: LDAP-groups problem

2009-12-18 Thread Peter Herndon
On Dec 18, 2009, at 10:15 AM, Peter Herndon wrote: > > On Dec 17, 2009, at 7:32 PM, Wayne wrote: > >> Hi, > > This error arises from an inconsistency between the behavior of Oracle and > the behavior of PostgreSQL, as Mike noted. It works under Postgres. I'll > check with the dev list and

Re: LDAP-groups problem

2009-12-18 Thread Peter Herndon
On Dec 17, 2009, at 7:32 PM, Wayne wrote: > Hi, Hi Wayne, > > I tried to use djando-ldap-groups but got some errors from database > configuration. Could somebody shed some light on the possible problems > of my set up? Hmm, I think I found the problem below. > > Our LDAP server is Sun One Se

Re: LDAP-groups problem

2009-12-17 Thread Mike Dewhirst
Wayne wrote: > Hi, > > I tried to use djando-ldap-groups but got some errors from database > configuration. Could somebody shed some light on the possible problems > of my set up? > Maybe the Oracle API is translating the PK into a LOB? If LOB is a large object then that is probably the issue

LDAP-groups problem

2009-12-17 Thread Wayne
Hi, I tried to use djando-ldap-groups but got some errors from database configuration. Could somebody shed some light on the possible problems of my set up? Thanks, Our LDAP server is Sun One Server and the site is running in the windows environment. The settings.py file: LDAP_SERVER = 'directo