Posts

LDAP setting for CQ

Steps for Setting CQ to use LDAP for user authentications: installutil setauthenticationalgorithm dbset admin_user admin_pass CQ_ONLY installutil setldapinit dbset admin_user admin_pass "-h ldap_host -p port -d 'DN' -w svc_acct_pass" installutil setldapsearch dbset admin_user admin_pass "search pattern" installutil setcqldapmap dbset admin_user admin_pass CQ_fieldName ldap_fieldName If all are well, then you can validate a given user using: installutil validateldap dbset admin_user admin_pass testUser user_pass If all goes well, you can set CQ to use LDAP with: installutil setauthenticationalgorithm dbset admin_user admin_pass CQ_FIRST You can set any user to use LDAP or use CQ through user management tool.........

mySqlDS

< Resource name="jdbc/confluence" auth="Container" type="javax.sql.DataSource"   username="yourusername"  password="yourpassword"  driverClassName="com.mysql.jdbc.Driver"          url="jdbc:mysql://localhost:3306/confluence?useUnicode=true&characterEncoding=utf8"          maxActive="15"          maxIdle="7"          defaultTransactionIsolation="READ_COMMITTED"          validationQuery="Select 1" />

Undo Remove Files

Let's say that your directory is /vobs/somevob/somedir . The version of the directory with two files in it was /main/3 ; the version with one file was therefore /main/4 . The dropped file is /vobs/somevob/somedir/crucial . Assuming ct is an alias for cleartool , you then do: cd /vobs/somevob/somedir ct co -c 'Recover file crucial' . ct ln .@@/main/3/crucial . ct ci -nc . The first line means I don't have to type the path to the directory in the other three commands; otherwise, it is optional. The second line checks out the directory so it can be edited. The last line checks in the modified directory. The third line is where the magic occurs... The ct ln .@@/main/3/crucial . line identifies the file crucial that was seen in version /main/3 of the directory . and links it to the current directory (the checked out version of the directory). The file version you see will be the one chosen by your cspec, but the correct file is in the view (assuming you ...

Good site for ticket

http://www.mobissimo.com/search_airfare.php