[FrontPage] [TitleIndex] [WordIndex

This is a read-only archived version of wiki.centos.org

C-Nus

This is a modest effort to cover CentOS langSubsites needs.

1. Characteristics

If you are asked to build your own CentOS subsite, what do you'd have on it:

1.1. Name propositions

1.2. Content

Content will take place in a database (like Postgresql or MySQL).

1.3. Authentication

langsubsites-authentication.png

1.4. Authorization

Just two roles:

  1. writer
  2. administrator

The relationship between LDAP users and their access rights will take place in:

Writers will be able to:

  1. Login into de system.
  2. Post into the system.
  3. Administer just the content he/she has posted.

Administrators will be able to:

  1. Login into de system.
  2. Post into the system.
  3. Administer all available content.
  4. Set/Unset privileges/roles for other available ldap users.

Other people will be in the anonymous role. They'll be able to:

  1. Read the content.
  2. Send commentaries (anonymously) with some fields required (name, email, ...)

1.5. User Management

1.5.1. LDIF template for users

dn: uid="...",ou=Users,o=Www,dc=centos,dc=org
objectClass: InetOrgPerson
uid: ...                  # mail address used for authentication
cn: ...                   # Common Name
sn: ...                   # Surname
userPassword: ...         # Password used for authentication in {MD5} or {SHA}
employeetype: ...         # User's role <writer|administrator>
preferredlanguage: ...    # Preferred language code as describe in ISO 639-1 codes
displayName: ...          # User's nickname.
mail: ...                 # mail address used for contact.

What would you include/removed ? See: RFC 2377

2. Design

If you are asked to design your own CentOS subsite, what do you'd do it:

2.1. Proposition 1: C-Nus still in womb

Note: All the information shown in the following images is fictitious.

http://picasaweb.google.com/lh/photo/9dcWjEUiL16ZPJeHM3IIWw?feat=embedwebsite

http://picasaweb.google.com/lh/photo/GOWSyJdmEBEjx6tFA1XEBQ?feat=embedwebsite

http://picasaweb.google.com/lh/photo/lbsqWSWc6tN1mq7akIGHpg?feat=embedwebsite

http://picasaweb.google.com/lh/photo/gQx6Nnqta0nLJ5XKaUAB4Q?feat=embedwebsite

Interface for user administration:

attachment:Screenshot-300.png

attachment:Screenshot-291.png

attachment:Screenshot-296.png

attachment:Screenshot-292.png

attachment:Screenshot-297.png

attachment:Screenshot-298.png

2.2. Proposition 2: ...

...


2023-09-11 07:23