Hello team,
I have setup Openldap and managing the same through Ldap Account manager( https://www.ldap-account-manager.org/lamcms/) .
I 'm able to create the accounts through ldif file and as well as through the ldap account manager .Is it possible to send email to user once the account is created on ldap .I have googled but I'm able to get results which tells on integrating openldap with smtp server .
You can write a script to this for you. No LDAP service will do this for you, as far as I know (outside MS, which has all the utilities built in which is easy in a homogenous environment).
If you’ve scripted up the account creation (rather than submitting raw LDIFs), that might be a good place to script in the email.
I would recommend against emailing any passwords; email should not be considered private or secure.
- chris
From: openldap-technical [mailto:openldap-technical-bounces@openldap.org] On Behalf Of santosh pai Sent: Monday, October 27, 2014 12:33 AM To: openldap-technical@openldap.org Subject: Send Email to users on account creation
Hello team,
I have setup Openldap and managing the same through Ldap Account manager(https://www.ldap-account-manager.org/lamcms/) .
I 'm able to create the accounts through ldif file and as well as through the ldap account manager .Is it possible to send email to user once the account is created on ldap .I have googled but I'm able to get results which tells on integrating openldap with smtp server .
-- Cheers, Santhosh Pai Mob# : +91 9886545674 Email to:Santoshsco@gmail.commailto:to%3ASantoshsco@gmail.com
________________________________ This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.
On 27.10.2014 08:33, santosh pai wrote:
I have setup Openldap and managing the same through Ldap Account manager(https://www.ldap-account-manager.org/lamcms/) .
I 'm able to create the accounts through ldif file and as well as through the ldap account manager .Is it possible to send email to user once the account is created on ldap .
If you are using LDAP Account Manager _Pro_, it is possible to add custom scripts there.
https://www.ldap-account-manager.org/lamcms/lamPro/features
LAM Pro allows you to run any script on your server when an account is created/modified/deleted. You can specify if a script should be run before or after the LDAP modification. You can also specify LDAP attributes as parameters for the script calls. This allows you to further automate your management processes.
The LAM Pro self service also supports custom scripts.
openldap-technical@openldap.org