Re: Login Page Username

2010-08-26 Thread stone
Sebastian,

Is there anyway to move the domain name above, local DB on the login
screen.

Thanks
David

On Jul 30, 4:37 pm, Sebastian Wagner  wrote:
> yes Part 1 has been commit yesterday.
> But its not completed yet. The domains are hardcoded in the sources, we need
> to add some Admin-Interface to manage the domains and LDAP-Configs
>
> Sebastian
>
> 2010/7/30 stone 
>
>
>
>
>
> > Sebastian
>
> > Just wondering if this release has been uploaded
>
> > Thanks
> > David
>
> > On Jul 28, 7:14 pm, Sebastian Wagner  wrote:
> > > Hi David,
>
> > > we are working on sth. similar for somebody. That will go into the public
> > > repository in the next days. It will have an option to add the domain
> > name
> > > for a user-name and it will have an option to have multiple domains for
> > the
> > > login (each domain will represent one ldap-config then actually)
>
> > > Sebastian
>
> > > 2010/7/28 stone 
>
> > > > Hi,
>
> > > > We are using LDAP authentication and everything is working fine we can
> > > > log in via the following format @domain.com
>
> > > > I have tried playing around with the LDAP config file so we can just
> > > > log in via sAmAccount or email address but have been unsuccessful
>
> > > > Is there anyway to modify the login page to have the domain name in
> > > > the username field appear automatically so the end user only needs to
> > > > enter their username
>
> > > > Thanks
> > > > David
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "OpenMeetings User" group.
> > > > To post to this group, send email to
> > openmeetings-u...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > openmeetings-user+unsubscr...@googlegroups.com
> > 
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > > --
> > > Sebastian
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >www.wagner-sebastian.com
> > > seba.wag...@gmail.com- Hide quoted text -
>
> > > - Show quoted text -
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: 1.0 to 1.4 and Screen Sharing

2010-08-26 Thread Jeff Schoby
You have to create a new, empty database before running it the first time.


Sent from my iPad

On Aug 26, 2010, at 4:58 PM, MikeMack  wrote:

> Hey Sebastian,
> 
> That seems to be my problem, I can't get it to install to a new
> database.  It won't run the scripts needed to create one, or fill an
> empty one.
> 
> I assumed that since my old connection worked, if I just changed the
> database name it would rebuild it using that database...but that's
> where it keeps freezing.
> 
> Any idea?
> 
> Thanks,
> Michael
> 
> On Aug 26, 9:38 am, Sebastian Wagner  wrote:
>> Hallo
>> 
>> you have to run the installer again into a blank database.
>> Otherwise you miss a lot of labels et cetera.
>> 
>> Sebastian
>> 
>> 2010/8/26 MikeMack 
>> 
>>> Hey Sebastian,
>> 
>>> I'm using the same connection I had with my previous installation
>>> (1.0r2688) so I would think it would work, I'm also using SA login so
>>> it should have no problem creating what it needs.
>> 
>>>sa
>>>***
>> 
>>>
>>>> 
>>> name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver>> property>
>>>
>>>org.hibernate.dialect.SQLServerDialect>> property>
>>>jdbc:sqlserver://
>> 
>>> **;databaseName=OpenMeetings123;autoReconnect=true;useUnicode=true;createDatabaseIfNotExist=true;characterEncoding=utf-8>> property>
>>>utf8
>>>utf8>> property>
>>>true
>> 
>>> Here is the full error I'm getting, any ideas?  I'd appreciate any
>>> help, I'm really not sure why it works with the current DB but has no
>>> privilages to create the other DB.  Actually in that case, is the
>>> script to create a fresh DB anywhere?  Maybe if I just create it
>>> myself it'll be good to go?
>> 
>>> Thanks, Michael
>> 
>>> ERROR 08-26 09:30:15.583 JDBCExceptionReporter.java 758989 101
>>> org.hibernate.util.JDBCExceptionReporter [http-5080-2] - Connections
>>> could not be acquired from the underlying database!
>>> ERROR 08-26 09:30:15.599 Statemanagement.java 759005 59
>>> org.openmeetings.app.data.user.Statemanagement [http-5080-2] -
>>> addState
>>> org.hibernate.exception.GenericJDBCException: Cannot open connection
>>> at
>> 
>>> org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:
>>> 126) [hibernate3.jar:na]
>>>at
>>> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:
>>> 114) [hibernate3.jar:na]
>>>at
>> 
>>> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
>>> 66) [hibernate3.jar:na]
>>>at
>> 
>>> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
>>> 52) [hibernate3.jar:na]
>>>at
>>> org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:
>>> 449) [hibernate3.jar:na]
>>>at
>>> org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:
>>> 167) [hibernate3.jar:na]
>>>at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:142)
>>> [hibernate3.jar:na]
>>>at
>>> org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:
>>> 85) [hibernate3.jar:na]
>>>at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:
>>> 1353) [hibernate3.jar:na]
>>>at
>> 
>>> org.openmeetings.app.data.user.Statemanagement.addState(Statemanagement.java:
>>> 43) [openmeetings.jar:na]
>>>at
>> 
>>> org.openmeetings.app.installation.ImportInitvalues.loadCountriesFiles(ImportInitvalues.java:
>>> 491) [openmeetings.jar:na]
>>>at
>> 
>>> org.openmeetings.app.installation.ImportInitvalues.loadInitLanguages(ImportInitvalues.java:
>>> 581) [openmeetings.jar:na]
>>>at
>>> org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java:
>>> 212) [openmeetings.jar:na]
>>>at
>> 
>>> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java:
>>> 541) [velocity-tools-view-1.3.jar:1.3]
>>>at
>> 
>>> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java:
>>> 517) [velocity-tools-view-1.3.jar:1.3]
>>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>>> [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
>>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>> [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
>>>at
>> 
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
>>> 290) [catalina-6.0.20-patched.jar:na]
>>>at
>> 
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
>>> 206) [catalina-6.0.20-patched.jar:na]
>>>at
>> 
>>> org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:
>>> 35) [openmeetings.jar:na]
>>>at
>> 
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
>>> 235) [catalina-6.0.20-patched.jar:na]
>>>at
>> 
>>> org.apache.catali

Re: 1.0 to 1.4 and Screen Sharing

2010-08-26 Thread Sebastian Wagner
normally that means you just have no right to create another database.
You will need a root account, create the database and grant access to the
user that you're using.

Sebastian

2010/8/26 MikeMack 

> Hey Sebastian,
>
> That seems to be my problem, I can't get it to install to a new
> database.  It won't run the scripts needed to create one, or fill an
> empty one.
>
> I assumed that since my old connection worked, if I just changed the
> database name it would rebuild it using that database...but that's
> where it keeps freezing.
>
> Any idea?
>
> Thanks,
> Michael
>
> On Aug 26, 9:38 am, Sebastian Wagner  wrote:
> > Hallo
> >
> > you have to run the installer again into a blank database.
> > Otherwise you miss a lot of labels et cetera.
> >
> > Sebastian
> >
> > 2010/8/26 MikeMack 
> >
> > > Hey Sebastian,
> >
> > > I'm using the same connection I had with my previous installation
> > > (1.0r2688) so I would think it would work, I'm also using SA login so
> > > it should have no problem creating what it needs.
> >
> > >sa
> > >***
> >
> > >
> > > >
> > >
> name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver > > property>
> > >
> > >org.hibernate.dialect.SQLServerDialect > > property>
> > >jdbc:sqlserver://
> >
> > >
> **;databaseName=OpenMeetings123;autoReconnect=true;useUnicode=true;createDatabaseIfNotExist=true;characterEncoding=utf-8 > > property>
> > >utf8
> > >utf8 > > property>
> > >true
> >
> > > Here is the full error I'm getting, any ideas?  I'd appreciate any
> > > help, I'm really not sure why it works with the current DB but has no
> > > privilages to create the other DB.  Actually in that case, is the
> > > script to create a fresh DB anywhere?  Maybe if I just create it
> > > myself it'll be good to go?
> >
> > > Thanks, Michael
> >
> > > ERROR 08-26 09:30:15.583 JDBCExceptionReporter.java 758989 101
> > > org.hibernate.util.JDBCExceptionReporter [http-5080-2] - Connections
> > > could not be acquired from the underlying database!
> > > ERROR 08-26 09:30:15.599 Statemanagement.java 759005 59
> > > org.openmeetings.app.data.user.Statemanagement [http-5080-2] -
> > > addState
> > > org.hibernate.exception.GenericJDBCException: Cannot open connection
> > > at
> >
> > >
> org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:
> > > 126) [hibernate3.jar:na]
> > >at
> > >
> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:
> > > 114) [hibernate3.jar:na]
> > >at
> >
> > >
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
> > > 66) [hibernate3.jar:na]
> > >at
> >
> > >
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
> > > 52) [hibernate3.jar:na]
> > >at
> > >
> org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:
> > > 449) [hibernate3.jar:na]
> > >at
> > >
> org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:
> > > 167) [hibernate3.jar:na]
> > >at
> org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:142)
> > > [hibernate3.jar:na]
> > >at
> > > org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:
> > > 85) [hibernate3.jar:na]
> > >at
> org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:
> > > 1353) [hibernate3.jar:na]
> > >at
> >
> > >
> org.openmeetings.app.data.user.Statemanagement.addState(Statemanagement.java:
> > > 43) [openmeetings.jar:na]
> > >at
> >
> > >
> org.openmeetings.app.installation.ImportInitvalues.loadCountriesFiles(ImportInitvalues.java:
> > > 491) [openmeetings.jar:na]
> > >at
> >
> > >
> org.openmeetings.app.installation.ImportInitvalues.loadInitLanguages(ImportInitvalues.java:
> > > 581) [openmeetings.jar:na]
> > >at
> > >
> org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java:
> > > 212) [openmeetings.jar:na]
> > >at
> >
> > >
> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java:
> > > 541) [velocity-tools-view-1.3.jar:1.3]
> > >at
> >
> > >
> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java:
> > > 517) [velocity-tools-view-1.3.jar:1.3]
> > >at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
> > > [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
> > >at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> > > [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
> > >at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> > > 290) [catalina-6.0.20-patched.jar:na]
> > >at
> >
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> > > 206) [catalina-6.0.20-patched.jar:na]
> > >at
> >
> > >
> org.openmeetings.servlet.outputhandler.ServletRequestE

Re: 1.0 to 1.4 and Screen Sharing

2010-08-26 Thread MikeMack
Hey Sebastian,

That seems to be my problem, I can't get it to install to a new
database.  It won't run the scripts needed to create one, or fill an
empty one.

I assumed that since my old connection worked, if I just changed the
database name it would rebuild it using that database...but that's
where it keeps freezing.

Any idea?

Thanks,
Michael

On Aug 26, 9:38 am, Sebastian Wagner  wrote:
> Hallo
>
> you have to run the installer again into a blank database.
> Otherwise you miss a lot of labels et cetera.
>
> Sebastian
>
> 2010/8/26 MikeMack 
>
> > Hey Sebastian,
>
> > I'm using the same connection I had with my previous installation
> > (1.0r2688) so I would think it would work, I'm also using SA login so
> > it should have no problem creating what it needs.
>
> >    sa
> >    ***
>
> >    
> >    
> > name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver > property>
> >    
> >    org.hibernate.dialect.SQLServerDialect > property>
> >    jdbc:sqlserver://
>
> > **;databaseName=OpenMeetings123;autoReconnect=true;useUnicode=true;createDatabaseIfNotExist=true;characterEncoding=utf-8 > property>
> >    utf8
> >    utf8 > property>
> >    true
>
> > Here is the full error I'm getting, any ideas?  I'd appreciate any
> > help, I'm really not sure why it works with the current DB but has no
> > privilages to create the other DB.  Actually in that case, is the
> > script to create a fresh DB anywhere?  Maybe if I just create it
> > myself it'll be good to go?
>
> > Thanks, Michael
>
> > ERROR 08-26 09:30:15.583 JDBCExceptionReporter.java 758989 101
> > org.hibernate.util.JDBCExceptionReporter [http-5080-2] - Connections
> > could not be acquired from the underlying database!
> > ERROR 08-26 09:30:15.599 Statemanagement.java 759005 59
> > org.openmeetings.app.data.user.Statemanagement [http-5080-2] -
> > addState
> > org.hibernate.exception.GenericJDBCException: Cannot open connection
> >         at
>
> > org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:
> > 126) [hibernate3.jar:na]
> >        at
> > org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:
> > 114) [hibernate3.jar:na]
> >        at
>
> > org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
> > 66) [hibernate3.jar:na]
> >        at
>
> > org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
> > 52) [hibernate3.jar:na]
> >        at
> > org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:
> > 449) [hibernate3.jar:na]
> >        at
> > org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:
> > 167) [hibernate3.jar:na]
> >        at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:142)
> > [hibernate3.jar:na]
> >        at
> > org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:
> > 85) [hibernate3.jar:na]
> >        at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:
> > 1353) [hibernate3.jar:na]
> >        at
>
> > org.openmeetings.app.data.user.Statemanagement.addState(Statemanagement.java:
> > 43) [openmeetings.jar:na]
> >        at
>
> > org.openmeetings.app.installation.ImportInitvalues.loadCountriesFiles(ImportInitvalues.java:
> > 491) [openmeetings.jar:na]
> >        at
>
> > org.openmeetings.app.installation.ImportInitvalues.loadInitLanguages(ImportInitvalues.java:
> > 581) [openmeetings.jar:na]
> >        at
> > org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java:
> > 212) [openmeetings.jar:na]
> >        at
>
> > org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java:
> > 541) [velocity-tools-view-1.3.jar:1.3]
> >        at
>
> > org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java:
> > 517) [velocity-tools-view-1.3.jar:1.3]
> >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
> > [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
> >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> > [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
> >        at
>
> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> > 290) [catalina-6.0.20-patched.jar:na]
> >        at
>
> > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> > 206) [catalina-6.0.20-patched.jar:na]
> >        at
>
> > org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:
> > 35) [openmeetings.jar:na]
> >        at
>
> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> > 235) [catalina-6.0.20-patched.jar:na]
> >        at
>
> > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> > 206) [catalina-6.0.20-patched.jar:na]
> >        at
> > org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:
> > 70) [red5.jar:na]
> >    

Re: Ldap path

2010-08-26 Thread Sebastian Wagner
red5/webapps/openmeetings/conf

thate are sample vidoes inside.

Have a look at the sample config's and then tweak one to fit into your
scheme.


Sebastian

2010/8/26 patrick le 

> where is the config folder you are talking about?
>
> when I log as administrator > config  I don't know what to put in
> ldap_config_path
>
> moreover my slapd.conf:
> # This is the main slapd configuration file. See slapd.conf(5) for more
> # info on the configuration options.
>
> ###
> # Global Directives:
>
> # Features to permit
> #allow bind_v2
>
> # Schema and objectClass definitions
> include /etc/ldap/schema/core.schema
> include /etc/ldap/schema/cosine.schema
> include /etc/ldap/schema/nis.schema
> include /etc/ldap/schema/inetorgperson.schema
>
> # Where the pid file is put. The init.d script
> # will not stop the server if you change this.
> pidfile /var/run/slapd/slapd.pid
>
> # List of arguments that were passed to the server
> argsfile/var/run/slapd/slapd.args
>
> # Read slapd.conf(5) for possible values
> loglevelnone
>
> # Where the dynamically loaded modules are stored
> modulepath  /usr/lib/ldap
> moduleload  back_hdb
>
> # The maximum number of entries that is returned for a search operation
> sizelimit 500
>
> # The tool-threads parameter sets the actual amount of cpu's that is used
> # for indexing.
> tool-threads 1
>
> ###
> # Specific Backend Directives for hdb:
> # Backend specific directives apply to this backend until another
> # 'backend' directive occurs
> backend hdb
>
> ###
> # Specific Backend Directives for 'other':
> # Backend specific directives apply to this backend until another
> # 'backend' directive occurs
> #backend
>
> ###
> # Specific Directives for database #1, of type hdb:
> # Database specific directives apply to this databasse until another
> # 'database' directive occurs
> databasehdb
>
> # The base of your directory in database #1
> suffix  "dc=sebastian2,dc=com"
>
> # rootdn directive for specifying a superuser on the database. This is
> needed
> # for syncrepl.
> rootdn  "cn=admin,dc=sebastian2,dc=com"
> rootpw  "{SSHA}W7ek36CuxS87HHiRoAy1haGc73IjMSzP"
>
> # Where the database file are physically stored for database #1
> directory   "/var/lib/ldap"
>
> # The dbconfig settings are used to generate a DB_CONFIG file the first
> # time slapd starts.  They do NOT override existing an existing DB_CONFIG
> # file.  You should therefore change these settings in DB_CONFIG directly
> # or remove DB_CONFIG and restart slapd for changes to take effect.
>
> # For the Debian package we use 2MB as default but be sure to update this
> # value if you have plenty of RAM
> dbconfig set_cachesize 0 2097152 0
>
> # Sven Hartge reported that he had to set this value incredibly high
> # to get slapd running at all. See http://bugs.debian.org/303057 for more
> # information.
>
> # Number of objects that can be locked at the same time.
> dbconfig set_lk_max_objects 1500
> # Number of locks (both requested and granted)
> dbconfig set_lk_max_locks 1500
> # Number of lockers
> dbconfig set_lk_max_lockers 1500
>
> # Indexing options for database #1
> index   objectClass eq
>
> # Save the time that the entry gets modified, for database #1
> lastmod on
> # Checkpoint the BerkeleyDB database periodically in case of system
> # failure and to speed slapd shutdown.
> checkpoint  512 30
>
> # Where to store the replica logs for database #1
> # replogfile/var/lib/ldap/replog
>
> # The userPassword by default can be changed
> # by the entry owning it if they are authenticated.
> # Others should not be able to see it, except the
> # admin entry below
> # These access lines apply to database #1 only
> access to attrs=userPassword,shadowLastChange
> by dn="cn=admin,dc=sebastian2,dc=com" write
> by anonymous auth
> by self write
> by * none
>
> # Ensure read access to the base for things like
> # supportedSASLMechanisms.  Without this you may
> # have problems with SASL not knowing what
> # mechanisms are available and the like.
> # Note that this is covered by the 'access to *'
> # ACL below too but if you change that as people
> # are wont to do you'll still need this if you
> # want SASL (and possible other things) to work
> # happily.
> access to dn.base="" by * read
>
> # The admin dn has full write access, everyone else
> # can read everything.
> access to *
> by dn="cn=admin,dc=sebastian2,dc=com" write
> by * read
>
> # For Netscape Roaming support, each user gets a roaming
> # profile for which they have write access to
> #access to dn=".*,ou=Roaming,o

Re: Ldap path

2010-08-26 Thread patrick le
where is the config folder you are talking about?

when I log as administrator > config  I don't know what to put in
ldap_config_path

moreover my slapd.conf:
# This is the main slapd configuration file. See slapd.conf(5) for more
# info on the configuration options.

###
# Global Directives:

# Features to permit
#allow bind_v2

# Schema and objectClass definitions
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema

# Where the pid file is put. The init.d script
# will not stop the server if you change this.
pidfile /var/run/slapd/slapd.pid

# List of arguments that were passed to the server
argsfile/var/run/slapd/slapd.args

# Read slapd.conf(5) for possible values
loglevelnone

# Where the dynamically loaded modules are stored
modulepath  /usr/lib/ldap
moduleload  back_hdb

# The maximum number of entries that is returned for a search operation
sizelimit 500

# The tool-threads parameter sets the actual amount of cpu's that is used
# for indexing.
tool-threads 1

###
# Specific Backend Directives for hdb:
# Backend specific directives apply to this backend until another
# 'backend' directive occurs
backend hdb

###
# Specific Backend Directives for 'other':
# Backend specific directives apply to this backend until another
# 'backend' directive occurs
#backend

###
# Specific Directives for database #1, of type hdb:
# Database specific directives apply to this databasse until another
# 'database' directive occurs
databasehdb

# The base of your directory in database #1
suffix  "dc=sebastian2,dc=com"

# rootdn directive for specifying a superuser on the database. This is
needed
# for syncrepl.
rootdn  "cn=admin,dc=sebastian2,dc=com"
rootpw  "{SSHA}W7ek36CuxS87HHiRoAy1haGc73IjMSzP"

# Where the database file are physically stored for database #1
directory   "/var/lib/ldap"

# The dbconfig settings are used to generate a DB_CONFIG file the first
# time slapd starts.  They do NOT override existing an existing DB_CONFIG
# file.  You should therefore change these settings in DB_CONFIG directly
# or remove DB_CONFIG and restart slapd for changes to take effect.

# For the Debian package we use 2MB as default but be sure to update this
# value if you have plenty of RAM
dbconfig set_cachesize 0 2097152 0

# Sven Hartge reported that he had to set this value incredibly high
# to get slapd running at all. See http://bugs.debian.org/303057 for more
# information.

# Number of objects that can be locked at the same time.
dbconfig set_lk_max_objects 1500
# Number of locks (both requested and granted)
dbconfig set_lk_max_locks 1500
# Number of lockers
dbconfig set_lk_max_lockers 1500

# Indexing options for database #1
index   objectClass eq

# Save the time that the entry gets modified, for database #1
lastmod on
# Checkpoint the BerkeleyDB database periodically in case of system
# failure and to speed slapd shutdown.
checkpoint  512 30

# Where to store the replica logs for database #1
# replogfile/var/lib/ldap/replog

# The userPassword by default can be changed
# by the entry owning it if they are authenticated.
# Others should not be able to see it, except the
# admin entry below
# These access lines apply to database #1 only
access to attrs=userPassword,shadowLastChange
by dn="cn=admin,dc=sebastian2,dc=com" write
by anonymous auth
by self write
by * none

# Ensure read access to the base for things like
# supportedSASLMechanisms.  Without this you may
# have problems with SASL not knowing what
# mechanisms are available and the like.
# Note that this is covered by the 'access to *'
# ACL below too but if you change that as people
# are wont to do you'll still need this if you
# want SASL (and possible other things) to work
# happily.
access to dn.base="" by * read

# The admin dn has full write access, everyone else
# can read everything.
access to *
by dn="cn=admin,dc=sebastian2,dc=com" write
by * read

# For Netscape Roaming support, each user gets a roaming
# profile for which they have write access to
#access to dn=".*,ou=Roaming,o=morsnet"
#by dn="cn=admin,dc=recherche,dc=cergy,dc=eisti,dc=fr" write
#by dnattr=owner write

###
# Specific Directives for database #2, of type 'other' (can be hdb too):
# Database specific directives apply to this databasse until another
# 'database' directive occurs
#database

# The base of your directory for database #2
#su

Re: Dokeos Integration

2010-08-26 Thread Sebastian Wagner
Hi Devyatka,

Have a look at the integration guide:
http://code.google.com/p/openmeetings/wiki/MainPage?tm=6#Integration_Guide_-_SOAP_Gateway_and_Direct_Access_to_Rooms

http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow

Sample PHP Classes with Code is in the SVN in the Moodle Plugin.

Sebastian


2010/8/26 Devyatka 

> Greetings.
>
> I would like to know, if possible how to integrate open meetings with
> Dokeos LMS. Since Openmeetings requires some specifications of the
> server i have Dokeos in one server and openmeetings in other, despite
> of this an integration is still posible? If not i would like to know
> how to integrate it anyway.
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Dokeos Integration

2010-08-26 Thread Devyatka
Greetings.

I would like to know, if possible how to integrate open meetings with
Dokeos LMS. Since Openmeetings requires some specifications of the
server i have Dokeos in one server and openmeetings in other, despite
of this an integration is still posible? If not i would like to know
how to integrate it anyway.

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: 1.0 to 1.4 and Screen Sharing

2010-08-26 Thread Sebastian Wagner
Hallo

you have to run the installer again into a blank database.
Otherwise you miss a lot of labels et cetera.


Sebastian

2010/8/26 MikeMack 

> Hey Sebastian,
>
> I'm using the same connection I had with my previous installation
> (1.0r2688) so I would think it would work, I'm also using SA login so
> it should have no problem creating what it needs.
>
>sa
>***
>
>
>
> name="connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver property>
>
>org.hibernate.dialect.SQLServerDialect property>
>jdbc:sqlserver://
>
> **;databaseName=OpenMeetings123;autoReconnect=true;useUnicode=true;createDatabaseIfNotExist=true;characterEncoding=utf-8 property>
>utf8
>utf8 property>
>true
>
> Here is the full error I'm getting, any ideas?  I'd appreciate any
> help, I'm really not sure why it works with the current DB but has no
> privilages to create the other DB.  Actually in that case, is the
> script to create a fresh DB anywhere?  Maybe if I just create it
> myself it'll be good to go?
>
> Thanks, Michael
>
> ERROR 08-26 09:30:15.583 JDBCExceptionReporter.java 758989 101
> org.hibernate.util.JDBCExceptionReporter [http-5080-2] - Connections
> could not be acquired from the underlying database!
> ERROR 08-26 09:30:15.599 Statemanagement.java 759005 59
> org.openmeetings.app.data.user.Statemanagement [http-5080-2] -
> addState
> org.hibernate.exception.GenericJDBCException: Cannot open connection
> at
>
> org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:
> 126) [hibernate3.jar:na]
>at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:
> 114) [hibernate3.jar:na]
>at
>
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
> 66) [hibernate3.jar:na]
>at
>
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
> 52) [hibernate3.jar:na]
>at
> org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:
> 449) [hibernate3.jar:na]
>at
> org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:
> 167) [hibernate3.jar:na]
>at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:142)
> [hibernate3.jar:na]
>at
> org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:
> 85) [hibernate3.jar:na]
>at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:
> 1353) [hibernate3.jar:na]
>at
>
> org.openmeetings.app.data.user.Statemanagement.addState(Statemanagement.java:
> 43) [openmeetings.jar:na]
>at
>
> org.openmeetings.app.installation.ImportInitvalues.loadCountriesFiles(ImportInitvalues.java:
> 491) [openmeetings.jar:na]
>at
>
> org.openmeetings.app.installation.ImportInitvalues.loadInitLanguages(ImportInitvalues.java:
> 581) [openmeetings.jar:na]
>at
> org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java:
> 212) [openmeetings.jar:na]
>at
>
> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java:
> 541) [velocity-tools-view-1.3.jar:1.3]
>at
>
> org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java:
> 517) [velocity-tools-view-1.3.jar:1.3]
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
> [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> [javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
>at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 290) [catalina-6.0.20-patched.jar:na]
>at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.20-patched.jar:na]
>at
>
> org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:
> 35) [openmeetings.jar:na]
>at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 235) [catalina-6.0.20-patched.jar:na]
>at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.20-patched.jar:na]
>at
> org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:
> 70) [red5.jar:na]
>at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
> 235) [catalina-6.0.20-patched.jar:na]
>at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
> 206) [catalina-6.0.20-patched.jar:na]
>at
>
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
> 233) [catalina-6.0.20-patched.jar:na]
>at
>
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
> 191) [catalina-6.0.20-patched.jar:na]
>at
>
> org.apache.catalina.authenticato

Re: 1.0 to 1.4 and Screen Sharing

2010-08-26 Thread MikeMack
Hey Sebastian,

I'm using the same connection I had with my previous installation
(1.0r2688) so I would think it would work, I'm also using SA login so
it should have no problem creating what it needs.

sa
***


com.microsoft.sqlserver.jdbc.SQLServerDriver

org.hibernate.dialect.SQLServerDialect
jdbc:sqlserver://
**;databaseName=OpenMeetings123;autoReconnect=true;useUnicode=true;createDatabaseIfNotExist=true;characterEncoding=utf-8
utf8
utf8
true

Here is the full error I'm getting, any ideas?  I'd appreciate any
help, I'm really not sure why it works with the current DB but has no
privilages to create the other DB.  Actually in that case, is the
script to create a fresh DB anywhere?  Maybe if I just create it
myself it'll be good to go?

Thanks, Michael

ERROR 08-26 09:30:15.583 JDBCExceptionReporter.java 758989 101
org.hibernate.util.JDBCExceptionReporter [http-5080-2] - Connections
could not be acquired from the underlying database!
ERROR 08-26 09:30:15.599 Statemanagement.java 759005 59
org.openmeetings.app.data.user.Statemanagement [http-5080-2] -
addState
org.hibernate.exception.GenericJDBCException: Cannot open connection
at
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:
126) [hibernate3.jar:na]
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:
114) [hibernate3.jar:na]
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
66) [hibernate3.jar:na]
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:
52) [hibernate3.jar:na]
at
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:
449) [hibernate3.jar:na]
at
org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:
167) [hibernate3.jar:na]
at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:142)
[hibernate3.jar:na]
at
org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:
85) [hibernate3.jar:na]
at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:
1353) [hibernate3.jar:na]
at
org.openmeetings.app.data.user.Statemanagement.addState(Statemanagement.java:
43) [openmeetings.jar:na]
at
org.openmeetings.app.installation.ImportInitvalues.loadCountriesFiles(ImportInitvalues.java:
491) [openmeetings.jar:na]
at
org.openmeetings.app.installation.ImportInitvalues.loadInitLanguages(ImportInitvalues.java:
581) [openmeetings.jar:na]
at
org.openmeetings.servlet.outputhandler.Install.handleRequest(Install.java:
212) [openmeetings.jar:na]
at
org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java:
541) [velocity-tools-view-1.3.jar:1.3]
at
org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(VelocityViewServlet.java:
517) [velocity-tools-view-1.3.jar:1.3]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
[javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
[javaee-api-5.1.0-RC3.jar:5.1.0-RC3]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
290) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
206) [catalina-6.0.20-patched.jar:na]
at
org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:
35) [openmeetings.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
235) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
206) [catalina-6.0.20-patched.jar:na]
at
org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:
70) [red5.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
235) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
206) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
233) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:
433) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
127) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102) [catalina-6.0.20-patched.jar:na]
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
567) [catalina-6.0.20-pat

Re: OpenMeetings Version 1.4 RC1 released

2010-08-26 Thread Sebastian Wagner
http://code.google.com/p/openmeetings/wiki/UpdateOpenMeetings

2010/8/26 Sebastian Wagner 

> Hi,
>
> goto Administration > Backup and read what is written down there according
> to *System Update* ^^
>
> Sebastian
>
> 2010/8/26 Hott Dogg 
>
> How to properly update from OpenMeetings 1.3 to 1.4? Seems like 1.4
>> doesn't want to use old database
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.wagner-sebastian.com
> seba.wag...@gmail.com
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: OpenMeetings Version 1.4 RC1 released

2010-08-26 Thread Sebastian Wagner
Hi,

goto Administration > Backup and read what is written down there according
to *System Update* ^^

Sebastian

2010/8/26 Hott Dogg 

> How to properly update from OpenMeetings 1.3 to 1.4? Seems like 1.4
> doesn't want to use old database
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: OpenMeetings Version 1.4 RC1 released

2010-08-26 Thread Hott Dogg
What is the right way to upgrade from OM 1.3 to 1.4? Seems like 1.4
doesn't want to work with old DB

On 25 Сер, 16:04, Sebastian Wagner  wrote:
> *We are happy to announce release v 1.4 RC1*
>
> *New Features: *
>
>    - Remote Desktop Control (RDC) in Screen Sharing and separated right for
>    RDC in user list, Moderators are able by default to do RDC other users can
>    apply for it using the right-buttons
>    - New separated right for allowing Screen Sharing and Recording
>    - Multi-Domain Support: Separated Admin interface for configuring
>    multiple LDAP configurations with a single OpenMeetings Instance, in the
>    Login Box you are able to choose different domains now, each domain
>    represents a LDAP config (you can still use the internal DB all the time,
>    the internal DB is always in the list)
>    - New Room features: Close and open conference rooms. Additionally with a
>    redirect-URL in case the room is closed and SOAP Methods to remotely open
>    and close room. Moderators can also close a room from inside the conference
>    room (Menubar: Actions > Close room). Users which are already loggedin will
>    then be redirected to the redirect URL
>    - Fix missing attributes in Backup file and add Meeting-Members
>    - New Language: Danish, thx to ALO, update Spanish thx to Jesmargo
>    - Various small Bugfixes
>
> *Download:*http://openmeetings.googlecode.com/files/openmeetings_1_4_rc1_r3326.zip
>
> *ChangeLog:*http://code.google.com/p/openmeetings/wiki/ChangeLog
>
> *See also Sebastian's Youtube Channel with some more Videos and custom
> components:*http://www.youtube.com/user/sebastwagner
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: OpenMeetings Version 1.4 RC1 released

2010-08-26 Thread Hott Dogg
How to properly update from OpenMeetings 1.3 to 1.4? Seems like 1.4
doesn't want to use old database

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: OpenMeeting and Liferay integration with SSO/LDAP

2010-08-26 Thread Sebastian Wagner
Have a look at the integration guide:
http://code.google.com/p/openmeetings/wiki/MainPage?tm=6#Integration_Guide_-_SOAP_Gateway_and_Direct_Access_to_Rooms

http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow

Sebastian

2010/8/26 ana 

> Hi all,
>
> How can I integrate OpenMeeting and Liferay with SSO/LDAP?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



OpenMeeting and Liferay integration with SSO/LDAP

2010-08-26 Thread ana
Hi all,

How can I integrate OpenMeeting and Liferay with SSO/LDAP?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.