LDAP Server (finestra ID-389)
finestra: LDAP Server
descrizione: LDAP Server to authenticate and authorize external systems based on Adempiere
Aiuto: The LDAP Server allows third party software (e.g. Apache) to use the users defined in the system to authentificate and authorize them. There is only one server per Adempiere system. The "o" is the Client key and the optional "ou" is the Interest Area key.
TAB: LDAP Server
descrizione: LDAP Server to authenticate and authorize external systems based on Adempiere
Aiuto The LDAP Server allows third party software (e.g. Apache) to use the users defined in the system to authentificate and authorize them. There is only one server per Adempiere system. The "o" is the Client key and the optional "ou" is the Interest Area key.
File:LDAP Server - LDAP Server - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | Identificativo alfanumerico dell'entità | Il Nome della entità (record) è utilizzato come una opzione di ricerca di default in addizione alla chiave di ricerca. Il nome è fino a 60 caratteri di lunghezza. | Name character varying(60) NOT NULL String |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
Ldap Port | Ldap Port | The port the server is listening | The default LDAP port is 389 | LdapPort numeric(10) NOT NULL Integer |
Supervisor | Supervisore | null | The Supervisor indicates who will be used for forwarding and escalating issues for this user. | Supervisor_ID numeric(10) NOT NULL Table |
Days to keep Log | Giorni durata log | Number of days to keep the log entries | Older Log entries may be deleted | KeepLogDays numeric(10) NOT NULL Integer |
Date last run | Data ultima elaborazione | Data di ultima esecuzione di questo processo | La Data Ultima Elaborazione indica l'ultima volta che questo processo è stato elaborato. | DateLastRun timestamp without time zone Date+Time |
Date next run | Data Prossima Elaborazione | Data di successiva esecuzione di questo processo | La Data Prossima Elaborazione indica la prossima volta che questo processo sarà elaborato. | DateNextRun timestamp without time zone Date+Time |
TAB: LDAP Server Log
descrizione: Log of the LDAP Server
Aiuto null
File:LDAP Server - LDAP Server Log - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Ldap Processor | Ldap Processor | LDAP Server to authenticate and authorize external systems based on Adempiere | The LDAP Server allows third party software (e.g. Apache) to use the users defined in the system to authenticate and authorize them. There is only one server per Adempiere system. The "o" is the Client key and the optional "ou" is the Interest Area key. | AD_LdapProcessor_ID numeric(10) NOT NULL Table Direct |
Created | Creato | Data in cui questo Record è stato creato | Il campo Creato indica la data in cui questo Record è stato creato. | Created timestamp without time zone NOT NULL Date+Time |
Summary | Riepilogo | null | The Summary allows free form text entry of a recap of this request. | Summary character varying(2000) Text |
Error | Errore | An Error occured in the execution | null | IsError character(1) NOT NULL Yes-No |
Reference | Riferimento | null | The Reference displays the source document number. | Reference character varying(60) String |
Text Message | Text Message | Text Message | null | TextMsg character varying(2000) Text |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |