1. In the directory repository/data/org.wso2.carbon.directory/schema/ou=schema/cn=inetorgperson/ou=attributetypes add the attached ldif file
2. In repository/data/org.wso2.carbon.directory/schema/ou=schema/cn=inetorgperson/ou=objectclasses edit the m-oid=2.16.840.1.113730.3.2.2.ldif and add m-may: passwordPolicy
3. Add a claim entry in claim-config.xml
4. Add a claim mapping in the UI
Monday, February 22, 2016
Sunday, February 14, 2016
How to open a specific folder in Mac Finder
How to open a specific folder in Mac OS X:
Using Finder:
- Open Finder, you can type in universal search by hitting "Command + Space"
- Press "Command + Shift + G" in finder.
Using Terminal:
- Open Terminal, you can type in universal search by hitting "Command + Space"
- Use the following command to open the folder: eg:
"open {folder_name}"
How to show hidden files in MAC
Easiest way to show hidden Mac OS X files in Finder:
- Open Terminal, you can type in universal search by hitting "Command + Space".
- In Terminal, paste the following:
defaults write com.apple.finder AppleShowAllFiles YES. - Press Enter/Return.
- Hold the 'Option/alt' key, then right click on the Finder icon in the dock and click Relaunch.
Have fun!
Subscribe to:
Posts (Atom)