From: Clemens Koller <clemens.koller@anagramm.de>
To: pjmaiya <pjmaiya@signal-networks.com>
Cc: linuxppc-dev@ozlabs.org, linuxppc-embedded@ozlabs.org
Subject: Re: tiny login
Date: Thu, 20 Dec 2007 11:45:30 +0100 [thread overview]
Message-ID: <476A47CA.50004@anagramm.de> (raw)
In-Reply-To: <001401c842c0$69c0dba0$4601a8c0@signet>
pjmaiya schrieb:
> hi,
- don't cross-post
- don't post HTML to the lists
> I am using tiny login provided by montavista. Binaries already obtained
> from tool provided from montavista. We are able to add only 10 users.
> But I need to add more than 10 users.
Tried to contact montavista for support? ;-)
> I have already downloaded free open source for tinylogin
> (tinylogin-1.4). Can we modifiy this source code of this version and
> support users more than 10??
> If yes, can somebody inform step to build tiny login and installation
> method.
Well, you propably want to understand the advantage of open source
software first. You can (depending on the license) change the code
according to your needs...
Read: http://tldp.org/HOWTO/Software-Building-HOWTO.html
If you have questions, please tell exactly, where you have a problem.
$ wget http://tinylogin.busybox.net/downloads/tinylogin-1.4.tar.bz2
$ tar xvf tinylogin-1.4.tar.bz2
$ cd tinylogin-1.4
$ make
works like a charm.
A quick look into login.c says:
// login defines
#define TIMEOUT 60
#define FAIL_DELAY 3
#define EMPTY_USERNAME_COUNT 10
^^^^
... which looks quite promising!
Ask the busybox guys for details since this is off-topic here.
Regards,
Clemens Koller
__________________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Straße 45/1
Linhof Werksgelände
D-81379 München
Tel.089-741518-50
Fax 089-741518-19
http://www.anagramm-technology.com
next prev parent reply other threads:[~2007-12-20 10:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-20 4:25 tiny login pjmaiya
2007-12-20 10:45 ` Clemens Koller [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-12-19 13:11 pjmaiya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=476A47CA.50004@anagramm.de \
--to=clemens.koller@anagramm.de \
--cc=linuxppc-dev@ozlabs.org \
--cc=linuxppc-embedded@ozlabs.org \
--cc=pjmaiya@signal-networks.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).