[imp] Realm problem

Edwin Culp eculp@encontacto.net
Tue, 25 Jun 2002 13:45:33 -0700


Quoting Jazz <jazzbr@yahoo.com.br>:

 |     Hy,
 | 
 |      My problem is that I have multiple Novell
 | servers, with a big NDS (Novell User database) system.
 | My e-mail system is integrated with this environment.
 | The problem I'm facing is that the user must supply a
 | username like:
 | 
 |        username.server.context.company

I don't use realm in servers.php but I hadn't tried it is sometime so
I configured it just as a test and it works as expected but 
maybe not as you expect in the head version  of imp.

If you put your realm as server.context.company your imap login will
be username@server.context.company.  I would suggest that you look
at the $conf['hooks']['vinfo'] = 'imp_get_vinfo'; in imp/config/conf.php
it should be easy to script what you are looking for.

If server.context.company is a FQDN it will be very easy.

e

 | 
 |     I want to make my users happy so they don't have
 | to remember such a big login name to the e-mail
 | system. I did configure the file servers.php with all
 | my servers, and for each server the realm for the
 | context, like:
 | 
 |         .server.context.company
 | 
 |      The users must to remember just the username,
 | select the server from the drop-down box in browser
 | and voilá! Login to Imap. The problem is that IMP just
 | ignores anything I put in the field "realm" in
 | servers.php. Using all the string for the
 | username+context is OK.
 | 
 | 
 |       Any hint?
 | 
 | 
 |  --- Niall Brady <bradyn@maths.tcd.ie> escreveu: > On
 | Mon, 24 Jun 2002 08:20:42 -0300,
 | > =?iso-8859-1?q?Jazz?= said:
 | > >> 
 | > >>      Does anyone one know any hint to make the
 | > >> realms work?
 | > 
 | > What problem are you actually seeing?  Your email is
 | > a little bit vague
 | > ;-)
 | > 
 | > If you have relevant log snippets, they might help
 | > too...
 | > 
 | > -- 
 | > 	Niall 
 | 
 | _______________________________________________________________________
 | Copa 2002
 | Yahoo! - Patrocinador oficial da Copa do Mundo da FIFA 2002
 | http://br.sports.yahoo.com/fifaworldcup/
 | 
 | -- 
 | IMP mailing list
 | Frequently Asked Questions: http://horde.org/faq/
 | To unsubscribe, mail: imp-unsubscribe@lists.horde.org


--