1751840 Members
5404 Online
108782 Solutions
New Discussion юеВ

Re: tcpip probleme

 
SOLVED
Go to solution

tcpip probleme

Hye,

I need to change the UIC for the user tcpip$ftp from UIC: [3655,10]
to UIC: [3655,10] ([TCPIP$AUX,TCPIP$FTP])

Do you know how change it?

Thanks. It is urgent.

cdt
7 REPLIES 7
Ian Miller.
Honored Contributor
Solution

Re: tcpip probleme

$ MCR authorize ADD/ID/USER=TCPIP$FTP

should do it. Why is this urgent?
____________________
Purely Personal Opinion
Uwe Zessin
Honored Contributor

Re: tcpip probleme

But that is not called 'change the UIC', it adds a UIC based identifier to the rightslist database. It is just a human readable representation. The system does still use [3655,10] internally.
.
Daniel Fernandez Illan
Trusted Contributor

Re: tcpip probleme

Hi,
If you need change from UIC:[3655,*] to UIC:[TCPIP$AUX,*] use
mc authorize
uaf>add/id tcpip$aux/val=uic:[3655,*]
to create a group with identification tcpip$aux and value equal to [3655,*]

Saludos.
Daniel.
Martin Vorlaender
Honored Contributor

Re: tcpip probleme

Hi,

and analoguous to Daniel's proposal for the group identifier:

UAF> add/id tcpip$ftp /val=uic:[3655,10]

But these rights identifiers should have been created by the TCP/IP installation...

cu,
Martin
Daniel Fernandez Illan
Trusted Contributor

Re: tcpip probleme

Martin,

With the command
UAF>ADD/ID TCPIP$AUX/VAL=UIC:[3655,*]
(* is literally write on command) you define a UIC group, not a user.

After this command, then
UAF>ADD/ID TCPIP$FTP/VAL=UIC:[3655,10]
and
UAF>ADD/ID TCPIP$FTP/VAL=UIC:[TCPIP$AUX,10]
are equivalents.

Saludos.
Daniel.
Lawrence Czlapinski
Trusted Contributor

Re: tcpip probleme

Maurille: Actually TCPIP creates it with UIC:[3655,n].
TCPIP$BIND TCPIP$BIND [3655,11] TCPIP Normal 8 SYS$SPECIFIC:[TCPIP$BIND]
TCPIP$FINGER TCPIP$FINGER [3655,4] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$FINGER]
TCPIP$FTP TCPIP$FTP [3655,5] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$FTP]
TCPIP$LPD TCPIP$LPD [3655,12] TCPIP Normal 8 SYS$SPECIFIC:[TCPIP$LPD]
TCPIP$METRIC TCPIP$METRIC [3655,14] TCPIP Normal 8 SYS$SPECIFIC:[TCPIP$METRIC]
TCPIP$NOBODY TCPIP$NOBODY [3376,1] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$NOBODY]
TCPIP$NTP TCPIP$NTP [3655,6] TCPIP Normal 8 SYS$SPECIFIC:[TCPIP$NTP]
TCPIP$PORTM TCPIP$PORTM [3655,10] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$PORTM]
TCPIP$REXEC TCPIP$REXEC [3655,2] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$REXEC]
TCPIP$RSH TCPIP$RSH [3655,1] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$RSH]
TCPIP$SMTP TCPIP$SMTP [3655,3] TCPIP Normal 8 SYS$SPECIFIC:[TCPIP$SMTP]
TCPIP$SNMP TCPIP$SNMP [3655,7] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$SNMP]
TCPIP$TELNET TCPIP$TELNET [3655,13] TCPIP Normal 8 SYS$SYSDEVICE:[TCPIP$TELNET]
Curious, why do want to change it?
Lawrence

Re: tcpip probleme

All,

I have to change in tte rights database because it seems the TCPIP services has not been well created.

Thanks for all your. The problem is now ended.

cdt