Hi, all :
I have a thought of writing the script to implement the LDAP mail notice recently.
That's to say , after creating the new account and his passwd , then how to send an E-mail to notice him?
By the way , I used the LDAP tool called 389 LDAP or openldap recently .
Could someone give me some suggestions ?
Thanks in advance.....
I have a thought of writing the script to implement the LDAP mail
notice recently.
That's to say , after creating the new account and his passwd , then how to send an E-mail to notice him?
By the way , I used the LDAP tool called 389 LDAP or openldap recently .
Could someone give me some suggestions ?
What precisely are you looking to do? Are you trying to write a script to create a user and email them? If so, I've definitely done that. I put together a bunch of tools a while back if you are looking for some building blocks (including a send mail to user sub and a lot of retrieve/set LDAP attributes). A lot of this was put together from other stuff I found on the web in my years of LDAP administration.
Disclaimer: I'm a self taught perl guy, so I don't know all of the tricks, etc
http://xrayspx.com/part-3-subroutines
If you give me a better idea of exactly what you are looking for I'm sure I could whip something up.
Cheers, Sean
On Tue, Oct 12, 2010 at 12:50 PM, Sean Hart boardnutz@blacklight.netwrote:
I have a thought of writing the script to implement the LDAP mail
notice recently.
That's to say , after creating the new account and his passwd , then how to send an E-mail to notice him?
By the way , I used the LDAP tool called 389 LDAP or openldap recently .
Could someone give me some suggestions ?
What precisely are you looking to do? Are you trying to write a script to create a user and email them? If so, I've definitely done that. I put together a bunch of tools a while back if you are looking for some building blocks (including a send mail to user sub and a lot of retrieve/set LDAP attributes). A lot of this was put together from other stuff I found on the web in my years of LDAP administration.
Thanks for your reply ...
What you said is right . I'm trying to write a script to create the new account and his password and then can email them .
By the way , My Mail server is not the Linux Server(CentOS) , it is the Windows 2003 Server . So how can I do that ?
Thanks ...
Disclaimer: I'm a self taught perl guy, so I don't know all of the tricks, etc
http://xrayspx.com/part-3-subroutines
If you give me a better idea of exactly what you are looking for I'm sure I could whip something up.
Cheers, Sean _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 10/11/10 10:34 PM, sync wrote:
What you said is right . I'm trying to write a script to create the new account and his password and then can email them .
By the way , My Mail server is not the Linux Server(CentOS) , it is the Windows 2003 Server . So how can I do that ?
hire a windows scripting programmer who's familiar with whatever email server you're running, and whatever LDAP service you're using.
you're way WAY off topic for this list.