How to create mailing list in openldap?

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications How to create mailing list in openldap?
# 1  
Old 06-05-2014
How to create mailing list in openldap?

Hi.
I want to create mailing list in my directory, however standart object classes groupOfUniqueNames and groupOfNames don't contain mail attribute. What is the common way to create mailing list in openldap?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Variable to create a list

Hi all, I couldn't find an answer for this easy question, probably because the keywords I used in the search are too generic. I just want to make a list of numbers using the value of a variable, like this: NumFiles=$(ls | wc -l) for i in {1..$NumFiles}; do Say $NumFiles = 5. Bash... (3 Replies)
Discussion started by: Aquila
3 Replies

2. Shell Programming and Scripting

Create range from a list

Hello everyone, I am trying to create a script that will make a range or ranges based on a sorted list of numbers. Eg. If the list is like 1 2 3 4 5 6 7 12 13 14 15 The output range should be: 1-7 12-15 (9 Replies)
Discussion started by: run_time_error
9 Replies

3. UNIX for Dummies Questions & Answers

Create a phone list

Is there a step by step instructions for creating a simple phone list? (3 Replies)
Discussion started by: organcory
3 Replies

4. Shell Programming and Scripting

help with mailing contents to a list of people

I have to create a unix program that will mail the contents of a file to a list of users.The file to be mailed will be provided as an argument to the program on the command line. The list of users or mail recipients should be a ”variable” that is created inside the program This program MUST be... (1 Reply)
Discussion started by: toejam
1 Replies

5. Shell Programming and Scripting

How to create a list of entries without vi

Hi Is there a way to create a list of entries in a file without using vi to create this list ? I like to write a shell script that would create a list like this: apple : 2 orange : 4 pear : 3 Any tips/suggestions ? Thanks (3 Replies)
Discussion started by: mpc8250
3 Replies

6. Shell Programming and Scripting

Help with procmail mailing list

I need to find out for sure whether or not Solaris 10x86 comes with procmail installed? I only need it for mail subscription "Only" WE have about 51 mailing lists subscriptions from listproc. I need help just doing mailing lists. How to best go about this? I downloaded version for Solaris... (0 Replies)
Discussion started by: parente
0 Replies

7. UNIX for Advanced & Expert Users

Help with procmail mailing list

I need to find out for sure whether or not Solaris 10x86 comes with procmail installed? I only need it for mail subscription "Only" WE have about 51 mailing lists subscriptions from listproc. I need help just doing mailing lists. How to best go about this? I downloaded version for Solaris... (0 Replies)
Discussion started by: parente
0 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Is mailing list supported.

Sir. I am intrested in joining of this forum. I want to know that is "Mailing List" is supported to send a query or not. Please reply. Rgds Sanju kumar (1 Reply)
Discussion started by: Sanju Kumar
1 Replies

9. Shell Programming and Scripting

How to create a dynamic list?

Hi falks, I need to write a function in k-shell which cd to root directory and ask the user which sub directory you want to tar. The user will select directories untill quit. How to do it? Thanks in advance, Nir (4 Replies)
Discussion started by: nir_s
4 Replies

10. UNIX for Advanced & Expert Users

Mailing list software?!?!?

HI all, I'm searching for mailing list software to install on my Linux RedHat 7.3 with Web interface if possible. Any suggestions??? Thank you all Regards. solvman (3 Replies)
Discussion started by: solvman
3 Replies
Login or Register to Ask a Question
Bio::Search::Result::ResultFactory(3pm) 		User Contributed Perl Documentation		   Bio::Search::Result::ResultFactory(3pm)

NAME
Bio::Search::Result::ResultFactory - A factory to create Bio::Search::Result::ResultI objects SYNOPSIS
use Bio::Search::Result::ResultFactory; my $factory = Bio::Search::Result::ResultFactory->new(); my $resultobj = $factory->create(@args); DESCRIPTION
This is a general way of hiding the object creation process so that we can dynamically change the objects that are created by the SearchIO parser depending on what format report we are parsing. This object is for creating new Results. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Jason Stajich Email jason@bioperl.org APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ new Title : new Usage : my $obj = Bio::Search::Result::ResultFactory->new(); Function: Builds a new Bio::Search::Result::ResultFactory object Returns : Bio::Search::Result::ResultFactory Args : create Title : create Usage : $factory->create(%args) Function: Create a new L<Bio::Search::Result::ResultI> object Returns : L<Bio::Search::Result::ResultI> Args : hash of initialization parameters type Title : type Usage : $factory->type('Bio::Search::Result::GenericResult'); Function: Get/Set the Result creation type Returns : string Args : [optional] string to set perl v5.14.2 2012-03-02 Bio::Search::Result::ResultFactory(3pm)