Created
August 20, 2014 15:57
-
-
Save sonOfRa/7b4c32a1d0bc89ed4060 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def create_new_alias_params(name, maildrops, mag=name, ownerUid='root') | |
{ | |
objectClass: %w(top virtualaccount), | |
cn: name, | |
mailacceptinggeneralid: mag, | |
maildrop: maildrops, | |
owner: "uid=#{ownerUid},ou=People,dc=ldap,dc=corp.acme.com" | |
} | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment