Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!uw-beaver!mit-eddie!mintaka!think.com!samsung!cs.utexas.edu!uunet!comp.vuw.ac.nz!canterbury!lincoln.ac.nz!baird2 From: baird2@lincoln.ac.nz Newsgroups: comp.sys.novell Subject: Re: Question -> Novell Property Organization??? Message-ID: <1991Feb15.133114.79@lincoln.ac.nz> Date: 15 Feb 91 01:06:31 GMT References: <60069@bsu-ucs.uucp> Lines: 59 In article <60069@bsu-ucs.uucp>, 00csgunn@bsu-ucs.uucp (The Indiana Academy for Science, Mathematics, and WHAT???) writes: > > Does anybody out there know the format for the following three Novell defined > Bindery objects as implemented in Novell Netware 386 version 3.1 : > > Obj. Type Prop Name Security Set/Item > > User MISC_LOGIN_INFO $22 Item > User LOGIN_CONTROL $32 Item > SUPERVISOR USER_DEFAULTS $31 Item > > Thanks a lot. Reply by mail or post responses. I will post a followup. > I cant help with MISC_LOGIN_INFO (which, incidently isn't mentioned in the C Interface Technical Overview), but C structures for the other two are given below. Note that MaximumDiskUsageInBlocks is not used under 3.x. typedef struct { BYTE AccountExpirationDate [3]; BYTE AccountDisabledFlag; BYTE PasswordExpirationDate [3]; BYTE GraceLoginsRemaining; WORD PasswordExpirationInterval; BYTE GraceLoginResetInterval; BYTE MinimumPasswordLength; WORD MaximumConcurrentConnections; BYTE AllowedLoginTimeBitmap [42]; BYTE LastLoginDateAndTime [6]; BYTE RestrictionFlags; BYTE Unused; LONG MaximumDiskUsageInBlocks; WORD BadLoginCount; LONG NextResetTime; BYTE BadLoginAddress [12]; BYTE LeftOver [42]; } LOGIN_CONTROL; typedef struct { BYTE AccountExpirationDate [3]; BYTE RestrictionFlags; WORD PasswordExpirationInterval; BYTE GraceLoginResetInterval; BYTE MinimumPasswordLength; WORD MaximumConcurrentConnections; BYTE AllowedLoginTimeBitmap [42]; LONG Balance; LONG CreditLimit; LONG MaximumDiskUsageInBlocks; BYTE LeftOver [64]; } USER_DEFAULTS; ---------------------------------------------------------------------------- John Baird Internet: J.Baird@lincoln.ac.nz Senior Computer Consultant CompuServe: 75360,35 Centre for Computing & Biometrics Phone: (64) (3) 252-811 Lincoln University Fax: (64) (3) 252-944 Canterbury New Zealand