I heard that QSSL was looking into PAM model for NTO. Don’t have a clue
when.
hi,
Sorry I understood you wrong > 
Ok, doing a Photon application would be nice but I am not familiar at
all with Photon API, appbuilder. On the other hand to have a complete
suite of command tools for administration will be nice. More QSSL should
design
what kind of tools for admins will be included with the RTP (BSD or
SYSV). RTP looks more familiar with a BSD system than with a SYS5, then
I think having tools found in BSD Interface model would be nice.
If you have already useradd then my work it could be just waste of time
since maybe nobody is interested in
BSD related stuff anymore > 
Anyway from where I could get your bins? src code ?
On the other hand in RTP have we crypt or encrypt bins ??? Do we have
plans to build other crypt alg. than DES, 3DES ?
stefan
Igor Kovalenko wrote:
Stefan Parvu wrote:
aha ok. Now I’ve got it. You are working in something related with
Photon for adding users.
I’m having hard time communicating with you. When did I say that?
Well, it is nice but sometimes belive me you don’t need GUI. Some people
do not want to run the GUI.
then you are left out from admin point of view. I served almost 5 years
managing UNIX machines.
GUI applications from administration point of view are a nightmare.
command line commands are easily, faster and it gives you full control
of what are you doing … on remote sites and so on.
Regarding what people feel about this, making more GUI stuff, I have
nothing to say just, they are not UNIX admins > 
As a rule: give a small number of admin commands, document them, make
them strong. Then you can say you are in. RTP is a bit outside of the
problem.
I said I have Solaris command line suite working. I suggested you to
consider doing Photon applet instead of porting yet another (BSD) suite.
You don’t seem to be willing, that’s ok.
Igor Kovalenko wrote:
Stefan Parvu wrote:
Igor Kovalenko wrote:
I have Solaris shadow passwords suite working more or less. useradd and
family…
Will upload it soon.
What do you mean? Do you work right now to this port or do you mean
don’t bother …
I don’t understood your answer.
What part of it you don’t understand? I did not say don’t bother, I said
I have another solution working, just FYI. Whether you should continue
your efforts or not is up to you, I just thought you may want to know
that solution already exists before you proceed.
Personally I don’t like adduser stuff since it depends on Perl. It is
not as complete either. Plus, what people really want is Photon applet,
not command line tool, so you might want to consider doing that instead.
I have also right here Solaris on Intel and yes useradd is different
than adduser. adduser is coming from BSD family and is simple enough to
be ported as long is a Perl script. On the other hand useradd is a
System5 command which I have no source code available for it …
stefan
Stefan Parvu wrote:
Info updated regarding adduser on RTP.
- I took adduser from BSD systems(OpenBSD,FreeBSD)
- It is a perl script comparing with old adduser done in C…
- The only way to crypt the information is done using starndard des …
We do not have blowfish … implementation
- Now, adduser is expecting to have an encrypt or crypt binary program
somewhere in bin or /usr/bin. In RTP is nothing like this. Sunday I
spent some time trying to port encrypt from OpenBSD to RTP but with not
so much success.
Problems:
-I must copy couple of headers from BSD system in order to make things
ok. types.h ernno.h must be modified to add extra error codes, pwd.h as
well should be modified
-For thins kind of porting what advices do you give.
TODO:
-First I must be able to port encrypt to RTP using all the encryption
algorithms from OpenBSD.
-Then look again to adduser to adjust things regarding /etc/shadow
instaed of /etc/master.passwd, paths and so on…
- Here is a bit difficult because I can run in troubles related with
standard headers from RTP …
comments ?
Stefan Parvu wrote:
Hi all,
I will start in this evening Fri porting adduser for QNX RTP.
adduser is available in source code form from ftp.freebsd.org
I will let you know when I am done with this one-
Fuzz as well should be integrated ASAP in QNX RTP for black box testing.
Have a nice weekend to all,
Stefan